From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- includes/api/ApiFileRevert.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/api/ApiFileRevert.php') diff --git a/includes/api/ApiFileRevert.php b/includes/api/ApiFileRevert.php index 5517ee08..a49397dc 100644 --- a/includes/api/ApiFileRevert.php +++ b/includes/api/ApiFileRevert.php @@ -38,6 +38,8 @@ class ApiFileRevert extends ApiBase { protected $params; public function execute() { + $this->useTransactionalTimeLimit(); + $this->params = $this->extractRequestParams(); // Extract the file and archiveName from the request parameters $this->validateParameters(); -- cgit v1.2.2