aboutsummaryrefslogtreecommitdiffstats
path: root/mod/channel.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-16 03:38:04 -0800
committerfriendica <info@friendica.com>2012-12-16 03:38:04 -0800
commit5d008a6923b631acf3bad7d82be680cc668475b6 (patch)
tree1794b4b91ea47b84fe1f4ef9a40ad0559b506f81 /mod/channel.php
parent00128955eb4d4a36e1afaf61cff93c8a811564d4 (diff)
downloadvolse-hubzilla-5d008a6923b631acf3bad7d82be680cc668475b6.tar.gz
volse-hubzilla-5d008a6923b631acf3bad7d82be680cc668475b6.tar.bz2
volse-hubzilla-5d008a6923b631acf3bad7d82be680cc668475b6.zip
fixing permissions_sql - may need more tweaks
Diffstat (limited to 'mod/channel.php')
-rw-r--r--mod/channel.php2
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);