set profile_uid in mod hq

This commit is contained in:
Mario Vavti 2017-11-28 12:28:49 +01:00
parent 8d3bf59b7b
commit 8073be87da

View File

@ -10,6 +10,13 @@ require_once('include/items.php');
class Hq extends \Zotlabs\Web\Controller {
function init() {
if(! local_channel())
return;
\App::$profile_uid = local_channel();
}
function post() {
if(!local_channel())