Mark ApiThank as requiring write

Change-Id: Ic6bc0ec65ed0b39114f12a41551c25898d784110
This commit is contained in:
Matthew Flaschen 2013-11-23 02:47:54 -05:00
parent 4fd7c59083
commit 491ab99c33

View file

@ -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 '';
}