no notice form on error pages

This commit is contained in:
Evan Prodromou 2011-03-09 10:12:53 -05:00
parent a4b3edaf40
commit 3d310c80be
1 changed files with 3 additions and 2 deletions

View File

@ -91,6 +91,7 @@ class ErrorAction extends InfoAction
$this->element('div', array('class' => 'error'), $this->message);
}
function showNoticeForm()
{
}
}