From: Roan Kattouw Date: Sun, 2 Dec 2007 14:45:35 +0000 (+0000) Subject: I'm clearly not fully awake X-Git-Tag: 1.31.0-rc.0~50611 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=83035f0e0c3d37ec67fb05accdaea6806386154b;p=lhc%2Fweb%2Fwiklou.git I'm clearly not fully awake --- diff --git a/includes/api/ApiRollback.php b/includes/api/ApiRollback.php index ab0a6a504b..78d4c1b528 100644 --- a/includes/api/ApiRollback.php +++ b/includes/api/ApiRollback.php @@ -38,7 +38,7 @@ class ApiRollback extends ApiBase { public function execute() { global $wgUser; - $this->getMain()->equestWriteMode(); + $this->getMain()->requestWriteMode(); $params = $this->extractRequestParams(); $titleObj = NULL;