diff --git a/lib/profilenoticestream.php b/lib/profilenoticestream.php index 38b16859f7..a31fb585d1 100644 --- a/lib/profilenoticestream.php +++ b/lib/profilenoticestream.php @@ -114,6 +114,7 @@ class ProfileNoticeStream extends ScopingNoticeStream class RawProfileNoticeStream extends NoticeStream { protected $profile; + protected $selectVerbs = array(); // select all verbs function __construct($profile) {