diff --git a/actions/newnotice.php b/actions/newnotice.php index 3dab96daf3..a2e1aa24b2 100644 --- a/actions/newnotice.php +++ b/actions/newnotice.php @@ -226,4 +226,9 @@ class NewnoticeAction extends FormAction $nli = new NoticeListItem($notice, $this); $nli->show(); } + + public function showNoticeForm() + { + // pass + } }