NoticeForm's constructor's inreplyto argument should be optional (defaulting to null)

This commit is contained in:
Craig Andrews 2009-09-12 17:06:46 -04:00
parent b75ed37eeb
commit 7cd80b29c4
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class NoticeForm extends Form
* @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);