fixup handle function in block action
darcs-hash:20081208062841-5ed1f-be70623070712b4877c8d2fd8aaadba33ebd2180.gz
This commit is contained in:
parent
9b4df5056f
commit
3e496c19f9
|
@ -54,7 +54,8 @@ class BlockAction extends Action {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function handle($args=NULL) {
|
function handle($args) {
|
||||||
|
parent::handle($args);
|
||||||
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||||
if ($this->arg('block')) {
|
if ($this->arg('block')) {
|
||||||
$this->are_you_sure_form();
|
$this->are_you_sure_form();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user