X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiImageRotate.php;h=7a544ec0e250989762d4382210a6cf6ed3b83d4d;hb=e9a09648dceb8ed37e90a85ffd7230358878b638;hp=c8390b6fcd085125e0e7ac4f1b048fb68941a38f;hpb=9c092814c7f275db78a6ed769aa76fdd87709c60;p=lhc%2Fweb%2Fwiklou.git 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'];