]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixup handle function in block action
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 06:28:41 +0000 (01:28 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 06:28:41 +0000 (01:28 -0500)
darcs-hash:20081208062841-5ed1f-be70623070712b4877c8d2fd8aaadba33ebd2180.gz

actions/block.php

index a9fcfb49c58ea13df22d4b5caa63ad0faaa83d8f..4b867594ae93bdd056347d462a0dcfd34ead7b14 100644 (file)
@@ -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();