Added wfTransactionalTimeLimit() method and applied it
[lhc/web/wiklou.git] / includes / specials / SpecialMergeHistory.php
index 1f0b6d4..7edf961 100644 (file)
@@ -109,6 +109,8 @@ class SpecialMergeHistory extends SpecialPage {
        }
 
        public function execute( $par ) {
+               $this->useTransactionalTimeLimit();
+
                $this->checkPermissions();
                $this->checkReadOnly();