]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix replyto parameter in newnotice
authorAdrian Lang <mail@adrianlang.de>
Sun, 22 Feb 2009 12:32:14 +0000 (13:32 +0100)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 27 Feb 2009 23:41:47 +0000 (15:41 -0800)
actions/newnotice.php

index 9face9644356a0a08375f3dfdeee1dda5d7a7059..9f44d251652dd08a17e261194f24890f32fa4210 100644 (file)
@@ -253,7 +253,7 @@ class NewnoticeAction extends Action
             }
         }
 
-        $notice_form = new NoticeForm($this, $content);
+        $notice_form = new NoticeForm($this, '', $content);
         $notice_form->show();
     }