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:
@@ -11,7 +11,7 @@ class Viewconnections extends \Zotlabs\Web\Controller {
|
||||
return;
|
||||
}
|
||||
if(argc() > 1)
|
||||
profile_load($a,argv(1));
|
||||
profile_load(argv(1));
|
||||
}
|
||||
|
||||
function get() {
|
||||
|
Reference in New Issue
Block a user