r48743 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48742‎ | r48743 | r48744 >
Date:15:03, 24 March 2009
Author:demon
Status:ok
Tags:
Comment:
(bug 18122) Fix fatal require() errors and typo in the README.
Modified paths:
  • /trunk/phase3/maintenance/README (modified) (history)
  • /trunk/phase3/maintenance/cleanupCaps.php (modified) (history)
  • /trunk/phase3/maintenance/cleanupWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/README
@@ -78,7 +78,7 @@
7979 rebuildImages.php
8080 Update image metadata records
8181
82 - rebuildMessages.php
 82+ rebuildmessages.php
8383 Update the MediaWiki namespace after changing site language
8484
8585 rebuildtextindex.php
Index: trunk/phase3/maintenance/cleanupWatchlist.php
@@ -30,7 +30,7 @@
3131 */
3232
3333 require_once( 'commandLine.inc' );
34 -require_once( 'CleanupTable.inc' );
 34+require_once( 'cleanupTable.inc' );
3535
3636 /**
3737 * @ingroup Maintenance
Index: trunk/phase3/maintenance/cleanupCaps.php
@@ -32,7 +32,7 @@
3333 $optionsWithArgs = array( 'namespace' );
3434
3535 require_once( 'commandLine.inc' );
36 -require_once( 'CleanupTable.inc' );
 36+require_once( 'cleanupTable.inc' );
3737
3838 /**
3939 * @ingroup Maintenance

Status & tagging log