From bd728e773ba9a0a92f9e5766c6441f84dec876f6 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 3 Jan 2013 20:41:17 -0800 Subject: small tweaks to icon positions --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 6192de108..9d856673f 100755 --- a/include/items.php +++ b/include/items.php @@ -4261,7 +4261,7 @@ function zot_feed($uid,$observer,$mindate) { } // FIXME -// $sql_extra = item_permissions_sql($r[0]['channel_id'],$remote_contact,$groups); + $sql_extra = item_permissions_sql($uid,$remote_contact,$groups); if($mindate != '0000-00-00 00:00:00') $sql_extra .= " and created > '$mindate' "; -- cgit v1.2.3