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=6e04133427e0ee7790b2c6bca16af93de7f96f6c;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; }