diff options
author | zzottel <github@zottel.net> | 2014-01-10 04:43:37 -0800 |
---|---|---|
committer | zzottel <github@zottel.net> | 2014-01-10 04:43:37 -0800 |
commit | d17c0fe1fcfa8b21004feb0c52d45fe7ba3384ec (patch) | |
tree | 9dc4b085d2fbd73123c6796cb9367edbc093cd70 | |
parent | 9df143aff045748a824da15913760e1d799ec84e (diff) | |
parent | 1c315caa28eb991469e122fb7f8650f411152b13 (diff) | |
download | volse-hubzilla-d17c0fe1fcfa8b21004feb0c52d45fe7ba3384ec.tar.gz volse-hubzilla-d17c0fe1fcfa8b21004feb0c52d45fe7ba3384ec.tar.bz2 volse-hubzilla-d17c0fe1fcfa8b21004feb0c52d45fe7ba3384ec.zip |
Merge pull request #262 from zzottel/master
and don't send duplicate notices <sigh>
-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 |