From: Evan Prodromou Date: Wed, 21 Mar 2012 20:33:10 +0000 (-0400) Subject: private group fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8981a420c19106686e253111464e62c99bc82334;p=quix0rs-gnu-social.git private group fix --- diff --git a/lib/groupnoticestream.php b/lib/groupnoticestream.php index 65db308df5..723f064cb3 100644 --- a/lib/groupnoticestream.php +++ b/lib/groupnoticestream.php @@ -83,7 +83,7 @@ class GroupNoticeStream extends ScopingNoticeStream function impossibleStream() { if ($this->group->force_scope && - (empty($this->userProfile) || !$this->userProfile->isMember($group))) { + (empty($this->userProfile) || !$this->userProfile->isMember($this->group))) { return true; }