From e11c69fd81b8232cbb02aeb3aab32f04b928e321 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 26 Mar 2011 16:47:18 -0400 Subject: [PATCH] always allow author to see own notices --- classes/Notice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5