]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
NoticeForm's constructor's inreplyto argument should be optional (defaulting to null)
authorCraig Andrews <candrews@integralblue.com>
Sat, 12 Sep 2009 21:06:46 +0000 (17:06 -0400)
committerCraig Andrews <candrews@integralblue.com>
Sat, 12 Sep 2009 21:06:46 +0000 (17:06 -0400)
lib/noticeform.php

index d1387b1b7c0f0dea1e7b4b26f96aed3799e48a6f..350e37db8cc90f78c11843fef7adf80aefd880a9 100644 (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);