X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgroupnoticestream.php;h=723f064cb3523dab13b8de075fbd66b0e140ff1a;hb=76babcb430e6fae9254541f5a26483e576dfe5f3;hp=65db308df59f44ee8a9db71efbb3ad0c1a49d21d;hpb=09b80a6e90aa6313704577d7bd6f0df7c803ba9b;p=quix0rs-gnu-social.git 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; }