Added wfTransactionalTimeLimit() method and applied it
[lhc/web/wiklou.git] / includes / api / ApiEditPage.php
index b623849..2f1c01c 100644 (file)
@@ -35,6 +35,8 @@
  */
 class ApiEditPage extends ApiBase {
        public function execute() {
+               $this->useTransactionalTimeLimit();
+
                $user = $this->getUser();
                $params = $this->extractRequestParams();