From eecfbfb0bb2918bdbeb47c8daf0fbdb2295f0000 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 24 Mar 2009 15:03:36 +0000 Subject: [PATCH] (bug 18122) Fix fatal require() errors and typo in the README. --- maintenance/README | 2 +- maintenance/cleanupCaps.php | 2 +- maintenance/cleanupWatchlist.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maintenance/README b/maintenance/README index e4c01b5354..e2215c1dd9 100644 --- a/maintenance/README +++ b/maintenance/README @@ -78,7 +78,7 @@ installations. rebuildImages.php Update image metadata records - rebuildMessages.php + rebuildmessages.php Update the MediaWiki namespace after changing site language rebuildtextindex.php diff --git a/maintenance/cleanupCaps.php b/maintenance/cleanupCaps.php index 63aa2169bf..46ca18d68f 100644 --- a/maintenance/cleanupCaps.php +++ b/maintenance/cleanupCaps.php @@ -32,7 +32,7 @@ $optionsWithArgs = array( 'namespace' ); require_once( 'commandLine.inc' ); -require_once( 'CleanupTable.inc' ); +require_once( 'cleanupTable.inc' ); /** * @ingroup Maintenance diff --git a/maintenance/cleanupWatchlist.php b/maintenance/cleanupWatchlist.php index 241af5f4e7..bfc3a1e284 100644 --- a/maintenance/cleanupWatchlist.php +++ b/maintenance/cleanupWatchlist.php @@ -30,7 +30,7 @@ */ require_once( 'commandLine.inc' ); -require_once( 'CleanupTable.inc' ); +require_once( 'cleanupTable.inc' ); /** * @ingroup Maintenance -- 2.20.1