fix constructor error in FileNoticeStream

This commit is contained in:
Evan Prodromou 2011-04-05 13:28:41 -04:00
parent 7533c7cfe1
commit 2d2c134a1f

View File

@ -60,7 +60,6 @@ class RawFileNoticeStream extends NoticeStream
function __construct($file)
{
parent::__construct();
$this->file = $file;
}