diff --git a/src/applications/phame/storage/PhameBlog.php b/src/applications/phame/storage/PhameBlog.php --- a/src/applications/phame/storage/PhameBlog.php +++ b/src/applications/phame/storage/PhameBlog.php @@ -361,7 +361,7 @@ public function isAutomaticallySubscribed($phid) { - return ($this->creatorPHID == $phid); + return false; }