always allow author to see own notices
This commit is contained in:
parent
82b38b62a4
commit
e11c69fd81
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user