Follow up r80205 define rename in check-vars and files added in r80443 and r80466.
authorPlatonides <platonides@users.mediawiki.org>
Mon, 17 Jan 2011 21:42:27 +0000 (21:42 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Mon, 17 Jan 2011 21:42:27 +0000 (21:42 +0000)
maintenance/language/generateCollationData.php
maintenance/preprocessDump.php

index 68ad2dd..6b0bd51 100644 (file)
@@ -377,5 +377,5 @@ class UcdXmlReader {
 }
 
 $maintClass = 'GenerateCollationData';
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );
 
index b43a020..0db5932 100644 (file)
@@ -144,5 +144,5 @@ class PreprocessDump extends Maintenance {
 }
 
 $maintClass = "PreprocessDump";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );