Merge "Add hook to allow lazy loading of import sources"
[lhc/web/wiklou.git] / includes / specials / SpecialImport.php
index 28ae05d..e2bc629 100644 (file)
@@ -58,6 +58,8 @@ class SpecialImport extends SpecialPage {
         * @throws ReadOnlyError
         */
        function execute( $par ) {
+               $this->useTransactionalTimeLimit();
+
                $this->setHeaders();
                $this->outputHeader();