]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profilenoticestream.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / profilenoticestream.php
index ac18e1c8cdd2505f2db3b51d16380c6c15ac3dc0..1fa795d32090a55866c49f9221757ab7c089fdcb 100644 (file)
@@ -121,6 +121,7 @@ class RawProfileNoticeStream extends NoticeStream
 
     function __construct($profile)
     {
+        parent::__construct();
         $this->profile = $profile;
     }