From 1c315caa28eb991469e122fb7f8650f411152b13 Mon Sep 17 00:00:00 2001 From: zottel Date: Fri, 10 Jan 2014 13:41:25 +0100 Subject: and don't send duplicate notices --- mod/channel.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'mod/channel.php') 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 -- cgit v1.2.3