Fix concern raised by Brion in r74108 (but has really existed since the maintenance...
[lhc/web/wiklou.git] / maintenance / stats.php
index 8854d19..2cbbcf9 100644 (file)
@@ -87,4 +87,4 @@ class CacheStats extends Maintenance {
 }
 
 $maintClass = "CacheStats";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );