From 5b8237d131dffd1a5f3ecf67a6bc9d122f82b4d6 Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 17 Jan 2011 21:42:27 +0000 Subject: [PATCH] Follow up r80205 define rename in check-vars and files added in r80443 and r80466. --- maintenance/language/generateCollationData.php | 2 +- maintenance/preprocessDump.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ); -- 2.20.1