]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
Merge branch 'uiredesign' of ../evan into uiredesign
[quix0rs-gnu-social.git] / lib / action.php
index 5f6c600b1311f5aee88d85e7abdc8f3d588cdeda..4b9db465257f9addc4edce9540c9658e491ca19c 100644 (file)
@@ -278,7 +278,7 @@ class Action extends HTMLOutputter // lawsuit
 
     function showNoticeForm()
     {
-        $notice_form = new NoticeForm();
+        $notice_form = new NoticeForm($this);
         $notice_form->show();
     }