aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Profile.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-23 20:35:34 -0800
committerzotlabs <mike@macgirvin.com>2017-11-23 20:35:34 -0800
commit3bb0efd2cb393decf71fc717ef7e431a9f65d374 (patch)
tree0d3cea64577a889756cfd49a1b4d596512d02221 /Zotlabs/Module/Profile.php
parenta99ebd42ec47ea531496f8ca5c07bf2868e21467 (diff)
downloadvolse-hubzilla-3bb0efd2cb393decf71fc717ef7e431a9f65d374.tar.gz
volse-hubzilla-3bb0efd2cb393decf71fc717ef7e431a9f65d374.tar.bz2
volse-hubzilla-3bb0efd2cb393decf71fc717ef7e431a9f65d374.zip
remove deprecated $a argument from advanced_profile()
Diffstat (limited to 'Zotlabs/Module/Profile.php')
-rw-r--r--Zotlabs/Module/Profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Profile.php b/Zotlabs/Module/Profile.php
index 43106e3af..4235f0b97 100644
--- a/Zotlabs/Module/Profile.php
+++ b/Zotlabs/Module/Profile.php
@@ -109,7 +109,7 @@ class Profile extends \Zotlabs\Web\Controller {
'title' => 'oembed'
]);
- $o .= advanced_profile($a);
+ $o .= advanced_profile();
call_hooks('profile_advanced',$o);
return $o;