diff --git a/actions/block.php b/actions/block.php index a9fcfb49c5..4b867594ae 100644 --- a/actions/block.php +++ b/actions/block.php @@ -54,7 +54,8 @@ class BlockAction extends Action { } } - function handle($args=NULL) { + function handle($args) { + parent::handle($args); if ($_SERVER['REQUEST_METHOD'] == 'POST') { if ($this->arg('block')) { $this->are_you_sure_form();