From: Chad Horohoe Date: Tue, 24 Mar 2009 15:03:36 +0000 (+0000) Subject: (bug 18122) Fix fatal require() errors and typo in the README. X-Git-Tag: 1.31.0-rc.0~42393 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=eecfbfb0bb2918bdbeb47c8daf0fbdb2295f0000;p=lhc%2Fweb%2Fwiklou.git (bug 18122) Fix fatal require() errors and typo in the README. --- 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