]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
always allow author to see own notices
authorEvan Prodromou <evan@status.net>
Sat, 26 Mar 2011 20:47:18 +0000 (16:47 -0400)
committerEvan Prodromou <evan@status.net>
Sat, 26 Mar 2011 20:47:18 +0000 (16:47 -0400)
classes/Notice.php

index f6d0a689cb8c0add472349ebd3cc42142ea2a5f3..69ed959f3896969dcca2e3e31b1f10a8553db878 100644 (file)
@@ -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