forked from GNUsocial/gnu-social
fix constructor error in FileNoticeStream
This commit is contained in:
parent
7533c7cfe1
commit
2d2c134a1f
@ -60,7 +60,6 @@ class RawFileNoticeStream extends NoticeStream
|
|||||||
|
|
||||||
function __construct($file)
|
function __construct($file)
|
||||||
{
|
{
|
||||||
parent::__construct();
|
|
||||||
$this->file = $file;
|
$this->file = $file;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user