From: Evan Prodromou Date: Sat, 26 Mar 2011 20:47:18 +0000 (-0400) Subject: always allow author to see own notices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e11c69fd81b8232cbb02aeb3aab32f04b928e321;p=quix0rs-gnu-social.git always allow author to see own notices --- diff --git a/classes/Notice.php b/classes/Notice.php index f6d0a689cb..69ed959f38 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -2058,7 +2058,7 @@ class Notice extends Memcached_DataObject // Author is always in scope if ($this->profile_id == $profile->id) { - return false; + return true; } // Only for users on this site