]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupnoticestream.php
Added type-hints for StartInitializeRouter hooks.
[quix0rs-gnu-social.git] / lib / groupnoticestream.php
index 65db308df59f44ee8a9db71efbb3ad0c1a49d21d..723f064cb3523dab13b8de075fbd66b0e140ff1a 100644 (file)
@@ -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;
         }