show error in delete notice
darcs-hash:20080829025559-84dde-bd29b5e6750a1ff72bd39e8e76bde325b0313fb8.gz
This commit is contained in:
parent
dd55916d56
commit
93e67c7133
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user