From 3e496c19f925d63d319944989c2762130706ff18 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 8 Dec 2008 01:28:41 -0500 Subject: fixup handle function in block action darcs-hash:20081208062841-5ed1f-be70623070712b4877c8d2fd8aaadba33ebd2180.gz --- actions/block.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actions') 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(); -- cgit v1.2.3-54-g00ecf