From 370341ce316f3ff8d4eadd03cffe50864ee75c10 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 8 Jan 2015 17:33:09 +0100 Subject: [PATCH] Don't show notice form navs on newnotice action --- actions/newnotice.php | 5 +++++ 1 file changed, 5 insertions(+) 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 + } }