Remove debugging code
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 4 Oct 2008 15:06:24 +0000 (15:06 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 4 Oct 2008 15:06:24 +0000 (15:06 +0000)
includes/api/ApiProtect.php

index f9b124c..0ffd343 100644 (file)
@@ -122,7 +122,7 @@ class ApiProtect extends ApiBase {
                $this->getResult()->addValue(null, $this->getModuleName(), $res);
        }
 
-       //public function mustBePosted() { return true; }
+       public function mustBePosted() { return true; }
 
        public function getAllowedParams() {
                return array (