diff options
Diffstat (limited to 'mod/channel.php')
-rw-r--r-- | mod/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/channel.php b/mod/channel.php index 62fcf1be7..7fecad427 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -127,7 +127,7 @@ function channel_content(&$a, $update = 0, $load = false) { * Get permissions SQL - if $remote_contact is true, our remote user has been pre-verified and we already have fetched his/her groups */ -// fixme + $sql_extra = item_permissions_sql($a->profile['profile_uid'],$remote_contact,$groups); |