diff options
Diffstat (limited to 'actions/block.php')
-rw-r--r-- | actions/block.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/block.php b/actions/block.php index a9fcfb49c..4b867594a 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(); |