diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-27 09:54:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-27 09:54:01 +0200 |
commit | 5b9cd0af6492ad9a48ffa0cd757dacaf936dfdba (patch) | |
tree | e2622b1391d0a52c6511763f393f8a35cc27c352 /Zotlabs/Module/Profiles.php | |
parent | 27ee95106df739d8daa4eb7fe8907b080fb69c24 (diff) | |
parent | 8d298d5a068845856c9827c0d2ea3f02f1399d72 (diff) | |
download | volse-hubzilla-5b9cd0af6492ad9a48ffa0cd757dacaf936dfdba.tar.gz volse-hubzilla-5b9cd0af6492ad9a48ffa0cd757dacaf936dfdba.tar.bz2 volse-hubzilla-5b9cd0af6492ad9a48ffa0cd757dacaf936dfdba.zip |
Merge branch 'dev' into sabre32
Diffstat (limited to 'Zotlabs/Module/Profiles.php')
-rw-r--r-- | Zotlabs/Module/Profiles.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Profiles.php b/Zotlabs/Module/Profiles.php index 06e5cfd7b..899c79b15 100644 --- a/Zotlabs/Module/Profiles.php +++ b/Zotlabs/Module/Profiles.php @@ -193,7 +193,7 @@ class Profiles extends \Zotlabs\Web\Controller { $chan = \App::get_channel(); - profile_load($a,$chan['channel_address'],$r[0]['id']); + profile_load($chan['channel_address'],$r[0]['id']); } } @@ -584,7 +584,7 @@ class Profiles extends \Zotlabs\Web\Controller { if($is_default) { // reload the info for the sidebar widget - why does this not work? - profile_load($a,$channel['channel_address']); + profile_load($channel['channel_address']); \Zotlabs\Daemon\Master::Summon(array('Directory',local_channel())); } } |