]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add arg to NoticeForm constructor
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 20:11:55 +0000 (15:11 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 20:11:55 +0000 (15:11 -0500)
lib/action.php

index dd48cbc870a505063e2b5df8e662b7c2a2e40ea6..4f0b0def1e3783ea7ddfae79a187023ea70bd748 100644 (file)
@@ -277,7 +277,7 @@ class Action extends HTMLOutputter // lawsuit
 
     function showNoticeForm()
     {
-        $notice_form = new NoticeForm();
+        $notice_form = new NoticeForm($this);
         $notice_form->show();
     }