From 5d008a6923b631acf3bad7d82be680cc668475b6 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Dec 2012 03:38:04 -0800 Subject: fixing permissions_sql - may need more tweaks --- mod/channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/channel.php') 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); -- cgit v1.2.3