]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix constructor error in FileNoticeStream
authorEvan Prodromou <evan@status.net>
Tue, 5 Apr 2011 17:28:41 +0000 (13:28 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 5 Apr 2011 17:28:41 +0000 (13:28 -0400)
lib/filenoticestream.php

index 8c01893634d55fe030a3a6dced098c73ca8b6d1e..2b5e53eaf798a142fc777d70b428e19a3b343378 100644 (file)
@@ -60,7 +60,6 @@ class RawFileNoticeStream extends NoticeStream
 
     function __construct($file)
     {
-        parent::__construct();
         $this->file = $file;
     }