From bb71d34114fc1681a5398621923bf70c5f534bf8 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sat, 4 Oct 2008 15:06:24 +0000 Subject: [PATCH] Remove debugging code --- includes/api/ApiProtect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiProtect.php b/includes/api/ApiProtect.php index f9b124c8de..0ffd3437c1 100644 --- a/includes/api/ApiProtect.php +++ b/includes/api/ApiProtect.php @@ -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 ( -- 2.20.1