diff options
author | redmatrix <git@macgirvin.com> | 2016-06-26 22:13:59 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-26 22:13:59 -0700 |
commit | 3035c792dcef91cd679034ee67eb2b28ed6f3d35 (patch) | |
tree | 3cadad06ca6c44bd67df7307116db50a10180148 /Zotlabs/Module/Profperm.php | |
parent | 2029b2b9ed0544d4559d7a918a0902587fd580bc (diff) | |
download | volse-hubzilla-3035c792dcef91cd679034ee67eb2b28ed6f3d35.tar.gz volse-hubzilla-3035c792dcef91cd679034ee67eb2b28ed6f3d35.tar.bz2 volse-hubzilla-3035c792dcef91cd679034ee67eb2b28ed6f3d35.zip |
remove the app $a passed to profile_load, also add profile_load to mod_wiki which should fix issue #431
Diffstat (limited to 'Zotlabs/Module/Profperm.php')
-rw-r--r-- | Zotlabs/Module/Profperm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Profperm.php b/Zotlabs/Module/Profperm.php index 79ce7a7ed..b1da147c1 100644 --- a/Zotlabs/Module/Profperm.php +++ b/Zotlabs/Module/Profperm.php @@ -17,7 +17,7 @@ class Profperm extends \Zotlabs\Web\Controller { $profile = \App::$argv[1]; - profile_load($a,$which,$profile); + profile_load($which,$profile); } |