From a5e5d8eb05a74fa76920aaca1e5fdb59d98489b3 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Fri, 6 Mar 2009 14:48:00 +0000 Subject: [PATCH] Fix typo. --- includes/api/ApiPatrol.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiPatrol.php b/includes/api/ApiPatrol.php index dd57fd5704..5b3dafec2a 100644 --- a/includes/api/ApiPatrol.php +++ b/includes/api/ApiPatrol.php @@ -64,7 +64,7 @@ class ApiPatrol extends ApiBase { $this->getResult()->addValue(null, $this->getModuleName(), $result); } - public function getWriteMode() { + public function isWriteMode() { return true; } -- 2.20.1