X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFileRevert.php;h=a49397dc81f7d509b7c3e449b83a533ffe52a8d1;hb=4e6b945b95d485a1c589cfaa58241e2a8eab2e95;hp=5517ee0884a17d2309f49e3d4d1ed165098681fa;hpb=d4cc4117d79648ab5f6d1d3f7dc84b043b073008;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFileRevert.php b/includes/api/ApiFileRevert.php index 5517ee0884..a49397dc81 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();