* Rewrote ObjectCache.php to conform to the modern coding style, and to be less convo...
[lhc/web/wiklou.git] / maintenance / nukeNS.php
index e38af31..c89fa94 100644 (file)
@@ -103,7 +103,7 @@ class NukeNS extends Maintenance {
                                __METHOD__
                        );
                }
-       
+
                if ( !$delete ) {
                        $this->output( "To update the database, run the script with the --delete option.\n" );
                }
@@ -111,4 +111,4 @@ class NukeNS extends Maintenance {
 }
 
 $maintClass = "NukeNS";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );