diff options
author | zottel <github@zottel.net> | 2014-01-10 13:41:25 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2014-01-10 13:41:25 +0100 |
commit | 1c315caa28eb991469e122fb7f8650f411152b13 (patch) | |
tree | 9dc4b085d2fbd73123c6796cb9367edbc093cd70 /mod/channel.php | |
parent | ea511c67c7b4d67cb98a92d6e86c634e6b37dc64 (diff) | |
download | volse-hubzilla-1c315caa28eb991469e122fb7f8650f411152b13.tar.gz volse-hubzilla-1c315caa28eb991469e122fb7f8650f411152b13.tar.bz2 volse-hubzilla-1c315caa28eb991469e122fb7f8650f411152b13.zip |
and don't send duplicate notices <sigh>
Diffstat (limited to 'mod/channel.php')
-rw-r--r-- | mod/channel.php | 3 |
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 |