remove the app $a passed to profile_load, also add profile_load to mod_wiki which should fix issue #431
This commit is contained in:
@@ -34,7 +34,7 @@ class Profile_photo extends \Zotlabs\Web\Controller {
|
||||
}
|
||||
|
||||
$channel = \App::get_channel();
|
||||
profile_load($a,$channel['channel_address']);
|
||||
profile_load($channel['channel_address']);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user