diff options
Diffstat (limited to 'includes/api/ApiFileRevert.php')
-rw-r--r-- | includes/api/ApiFileRevert.php | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |