X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fapi%2FApiImageRotate.php;h=7a544ec0e250989762d4382210a6cf6ed3b83d4d;hp=c8390b6fcd085125e0e7ac4f1b048fb68941a38f;hb=59ebff658ce912c1b0e7ef8d8f9bfec5a4e17b39;hpb=6989663bbc53c59e0f931a9f112798ea9cccd5e4 diff --git a/includes/api/ApiImageRotate.php b/includes/api/ApiImageRotate.php index c8390b6fcd..7a544ec0e2 100644 --- a/includes/api/ApiImageRotate.php +++ b/includes/api/ApiImageRotate.php @@ -49,6 +49,8 @@ class ApiImageRotate extends ApiBase { } public function execute() { + $this->useTransactionalTimeLimit(); + $params = $this->extractRequestParams(); $rotation = $params['rotation'];