diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-23 20:35:34 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-23 20:35:34 -0800 |
commit | 3bb0efd2cb393decf71fc717ef7e431a9f65d374 (patch) | |
tree | 0d3cea64577a889756cfd49a1b4d596512d02221 /include/channel.php | |
parent | a99ebd42ec47ea531496f8ca5c07bf2868e21467 (diff) | |
download | volse-hubzilla-3bb0efd2cb393decf71fc717ef7e431a9f65d374.tar.gz volse-hubzilla-3bb0efd2cb393decf71fc717ef7e431a9f65d374.tar.bz2 volse-hubzilla-3bb0efd2cb393decf71fc717ef7e431a9f65d374.zip |
remove deprecated $a argument from advanced_profile()
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index 708e74176..16afd8209 100644 --- a/include/channel.php +++ b/include/channel.php @@ -1490,7 +1490,7 @@ function gender_icon($gender) { } -function advanced_profile(&$a) { +function advanced_profile() { require_once('include/text.php'); if(! perm_is_allowed(App::$profile['profile_uid'],get_observer_hash(),'view_profile')) return ''; |