set profile_uid in mod hq
This commit is contained in:
parent
8d3bf59b7b
commit
8073be87da
@ -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())
|
||||
|
Reference in New Issue
Block a user