From 491ab99c339bc0c5142606a40f2af25cb85762d4 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Sat, 23 Nov 2013 02:47:54 -0500 Subject: [PATCH] Mark ApiThank as requiring write Change-Id: Ic6bc0ec65ed0b39114f12a41551c25898d784110 --- ApiThank.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ApiThank.php b/ApiThank.php index 7febee5c..473b6d84 100644 --- a/ApiThank.php +++ b/ApiThank.php @@ -115,6 +115,11 @@ class ApiThank extends ApiBase { return true; } + // Writes to the Echo database and sometimes log tables. + public function isWriteMode() { + return true; + } + public function getTokenSalt() { return ''; }