X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fthreadinggroupnoticestream.php;h=bc42a6247ad7349675f761b1053f86b980f96858;hb=489099ca917d74ee2bdc406cb26f9e3269ade625;hp=b026ee47141d64fd2e72e726ccc7d38cd617e7ad;hpb=47c7e1b87521b10ce6af32dd8c04c0652bf95974;p=quix0rs-gnu-social.git diff --git a/lib/threadinggroupnoticestream.php b/lib/threadinggroupnoticestream.php index b026ee4714..bc42a6247a 100644 --- a/lib/threadinggroupnoticestream.php +++ b/lib/threadinggroupnoticestream.php @@ -4,8 +4,8 @@ if (!defined('GNUSOCIAL')) { exit(1); } class ThreadingGroupNoticeStream extends ThreadingNoticeStream { - function __construct($group, $profile) + function __construct($group, Profile $scoped=null) { - parent::__construct(new GroupNoticeStream($group, $profile)); + parent::__construct(new GroupNoticeStream($group, $scoped)); } }