summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/deletenotice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/deletenotice.php b/actions/deletenotice.php
index af620f036..0db7e0d1e 100644
--- a/actions/deletenotice.php
+++ b/actions/deletenotice.php
@@ -44,7 +44,7 @@ class DeletenoticeAction extends DeleteAction {
function show_form($error=NULL) {
$user = common_current_user();
- common_show_header($this->get_title(), array($this, 'show_header'), NULL,
+ common_show_header($this->get_title(), array($this, 'show_header'), $error,
array($this, 'show_top'));
common_element_start('form', array('id' => 'notice_delete_form',
'method' => 'post',