Fix concern raised by Brion in r74108 (but has really existed since the maintenance...
[lhc/web/wiklou.git] / maintenance / nukePage.php
index 1057ea9..4a073a5 100644 (file)
@@ -110,4 +110,4 @@ class NukePage extends Maintenance {
 }
 
 $maintClass = "NukePage";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );