From: Platonides Date: Mon, 17 Jan 2011 21:42:27 +0000 (+0000) Subject: Follow up r80205 define rename in check-vars and files added in r80443 and r80466. X-Git-Tag: 1.31.0-rc.0~32494 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=5b8237d131dffd1a5f3ecf67a6bc9d122f82b4d6 Follow up r80205 define rename in check-vars and files added in r80443 and r80466. --- diff --git a/maintenance/language/generateCollationData.php b/maintenance/language/generateCollationData.php index 68ad2ddf91..6b0bd51e6b 100644 --- a/maintenance/language/generateCollationData.php +++ b/maintenance/language/generateCollationData.php @@ -377,5 +377,5 @@ class UcdXmlReader { } $maintClass = 'GenerateCollationData'; -require_once( DO_MAINTENANCE ); +require_once( RUN_MAINTENANCE_IF_MAIN ); diff --git a/maintenance/preprocessDump.php b/maintenance/preprocessDump.php index b43a02017d..0db59327c1 100644 --- a/maintenance/preprocessDump.php +++ b/maintenance/preprocessDump.php @@ -144,5 +144,5 @@ class PreprocessDump extends Maintenance { } $maintClass = "PreprocessDump"; -require_once( DO_MAINTENANCE ); +require_once( RUN_MAINTENANCE_IF_MAIN );