aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2014-01-10 13:41:25 +0100
committerzottel <github@zottel.net>2014-01-10 13:41:25 +0100
commit1c315caa28eb991469e122fb7f8650f411152b13 (patch)
tree9dc4b085d2fbd73123c6796cb9367edbc093cd70
parentea511c67c7b4d67cb98a92d6e86c634e6b37dc64 (diff)
downloadvolse-hubzilla-1c315caa28eb991469e122fb7f8650f411152b13.tar.gz
volse-hubzilla-1c315caa28eb991469e122fb7f8650f411152b13.tar.bz2
volse-hubzilla-1c315caa28eb991469e122fb7f8650f411152b13.zip
and don't send duplicate notices <sigh>
-rw-r--r--mod/channel.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/channel.php b/mod/channel.php
index a936650f3..6e82eb1e7 100644
--- a/mod/channel.php
+++ b/mod/channel.php
@@ -141,9 +141,6 @@ function channel_content(&$a, $update = 0, $load = false) {
intval($a->profile['profile_uid']),
intval(ITEM_WALL)
);
- if (! $r) {
- notice( t('Permission denied.') . EOL);
- }
} else {
$r = q("SELECT distinct parent AS `item_id` from item
left join abook on item.author_xchan = abook.abook_xchan