Don't show notice form navs on newnotice action

This commit is contained in:
Mikael Nordfeldth 2015-01-08 17:33:09 +01:00
parent d32fef6039
commit 370341ce31
1 changed files with 5 additions and 0 deletions

View File

@ -226,4 +226,9 @@ class NewnoticeAction extends FormAction
$nli = new NoticeListItem($notice, $this);
$nli->show();
}
public function showNoticeForm()
{
// pass
}
}