Need to call parent construct in order to set selectVerbs stuff

This commit is contained in:
Mikael Nordfeldth 2016-02-14 20:30:54 +01:00
parent 2a75c0b31c
commit b442f365a1

View File

@ -397,6 +397,7 @@ class RawInboxNoticeStreamHiddenReplies extends NoticeStream
*/
function __construct(Profile $target)
{
parent::__construct();
$this->target = $target;
}