summaryrefslogtreecommitdiff
path: root/actions/deletenotice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-28 22:55:59 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-28 22:55:59 -0400
commit93e67c713364907cea9d0c4af0e023f163584b6e (patch)
treef7fdd9e1f883afdbe31ff18d1ca5fc2aec88394c /actions/deletenotice.php
parentdd55916d5671f910698499f0786f9a94d95f5977 (diff)
show error in delete notice
darcs-hash:20080829025559-84dde-bd29b5e6750a1ff72bd39e8e76bde325b0313fb8.gz
Diffstat (limited to 'actions/deletenotice.php')
-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',