NoticeForm's constructor's inreplyto argument should be optional (defaulting to null)
This commit is contained in:
parent
b75ed37eeb
commit
7cd80b29c4
@ -83,7 +83,7 @@ class NoticeForm extends Form
|
|||||||
* @param string $content content to pre-fill
|
* @param string $content content to pre-fill
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function __construct($out=null, $action=null, $content=null, $user=null, $inreplyto)
|
function __construct($out=null, $action=null, $content=null, $user=null, $inreplyto=null)
|
||||||
{
|
{
|
||||||
parent::__construct($out);
|
parent::__construct($out);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user