aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-28 19:45:57 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-28 19:45:57 -0700
commitf965209eee06b3affbd3165e6c165e02f76bcabd (patch)
tree8c170543e9e7ee3a0ac9da0cef540b9a8502296c /mod
parent5c526995d8534465602775dfddebd8d77855d2e2 (diff)
downloadvolse-hubzilla-f965209eee06b3affbd3165e6c165e02f76bcabd.tar.gz
volse-hubzilla-f965209eee06b3affbd3165e6c165e02f76bcabd.tar.bz2
volse-hubzilla-f965209eee06b3affbd3165e6c165e02f76bcabd.zip
check public scopes against visitor in item_permissions_sql()
Diffstat (limited to 'mod')
-rw-r--r--mod/channel.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/channel.php b/mod/channel.php
index d1064e939..f582eaf75 100644
--- a/mod/channel.php
+++ b/mod/channel.php
@@ -153,7 +153,6 @@ function channel_content(&$a, $update = 0, $load = false) {
else
$page_mode = 'client';
-
$abook_uids = " and abook.abook_channel = " . intval($a->profile['profile_uid']) . " ";
$simple_update = (($update) ? " AND item_unseen = 1 " : '');