]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/filenoticestream.php
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / lib / filenoticestream.php
index 8c01893634d55fe030a3a6dced098c73ca8b6d1e..2b5e53eaf798a142fc777d70b428e19a3b343378 100644 (file)
@@ -60,7 +60,6 @@ class RawFileNoticeStream extends NoticeStream
 
     function __construct($file)
     {
-        parent::__construct();
         $this->file = $file;
     }