Add a new maintenance script to reset the user_token of all users if you think someon...
[lhc/web/wiklou.git] / maintenance / rebuildInterwiki.php
index 5180a20..5bb4f4b 100644 (file)
@@ -288,5 +288,5 @@ class RebuildInterwiki extends Maintenance {
 }
 
 $maintClass = "RebuildInterwiki";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );