(bug 18122) Fix fatal require() errors and typo in the README.
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 24 Mar 2009 15:03:36 +0000 (15:03 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 24 Mar 2009 15:03:36 +0000 (15:03 +0000)
maintenance/README
maintenance/cleanupCaps.php
maintenance/cleanupWatchlist.php

index e4c01b5..e2215c1 100644 (file)
@@ -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
index 63aa216..46ca18d 100644 (file)
@@ -32,7 +32,7 @@
 $optionsWithArgs = array( 'namespace' );
 
 require_once( 'commandLine.inc' );
-require_once( 'CleanupTable.inc' );
+require_once( 'cleanupTable.inc' );
 
 /**
  * @ingroup Maintenance
index 241af5f..bfc3a1e 100644 (file)
@@ -30,7 +30,7 @@
  */
 
 require_once( 'commandLine.inc' );
-require_once( 'CleanupTable.inc' );
+require_once( 'cleanupTable.inc' );
 
 /**
  * @ingroup Maintenance