diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-25 07:17:52 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-25 07:17:52 +0100 |
commit | 2108173e74c12ce590c87e673d3455f7a9b18de8 (patch) | |
tree | 2fc06a9de42ac30c95aab864ecfd0fe2e7681d0c /include/channel.php | |
parent | b03545f89939ef1c13ca7f5a950d52fcb7f2313f (diff) | |
parent | 08900b730bd39c00e399696472d904c1d5e4ef0b (diff) | |
download | volse-hubzilla-2108173e74c12ce590c87e673d3455f7a9b18de8.tar.gz volse-hubzilla-2108173e74c12ce590c87e673d3455f7a9b18de8.tar.bz2 volse-hubzilla-2108173e74c12ce590c87e673d3455f7a9b18de8.zip |
Merge remote-tracking branch 'mike/master' into dev
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 ''; |