From: Evan Prodromou Date: Tue, 5 Apr 2011 17:28:41 +0000 (-0400) Subject: fix constructor error in FileNoticeStream X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2d2c134a1f464021f2b3d3837eac95521ac02af5;p=quix0rs-gnu-social.git fix constructor error in FileNoticeStream --- diff --git a/lib/filenoticestream.php b/lib/filenoticestream.php index 8c01893634..2b5e53eaf7 100644 --- a/lib/filenoticestream.php +++ b/lib/filenoticestream.php @@ -60,7 +60,6 @@ class RawFileNoticeStream extends NoticeStream function __construct($file) { - parent::__construct(); $this->file = $file; }