Need to call parent construct in order to set selectVerbs stuff
This commit is contained in:
parent
2a75c0b31c
commit
b442f365a1
|
@ -397,6 +397,7 @@ class RawInboxNoticeStreamHiddenReplies extends NoticeStream
|
||||||
*/
|
*/
|
||||||
function __construct(Profile $target)
|
function __construct(Profile $target)
|
||||||
{
|
{
|
||||||
|
parent::__construct();
|
||||||
$this->target = $target;
|
$this->target = $target;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user