Merge "- Fix bug 35076 - More tests, test comments"
[lhc/web/wiklou.git] / maintenance / getLagTimes.php
index ab2c2aa..0322fa2 100644 (file)
@@ -51,4 +51,4 @@ class GetLagTimes extends Maintenance {
 }
 
 $maintClass = "GetLagTimes";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );