r61375 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61374‎ | r61375 | r61376 >
Date:18:13, 22 January 2010
Author:demon
Status:ok
Tags:
Comment:
Use correct variable name
Modified paths:
  • /trunk/phase3/maintenance/mcc.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/mcc.php
@@ -35,7 +35,7 @@
3636 print "$cmd: $desc\n";
3737 }
3838 } elseif( isset( $commandList[$command] ) ) {
39 - print "$cmd: $desc\n";
 39+ print "$command: $commandList[$command]\n";
4040 } else {
4141 print "$command: command does not exist or no help for it\n";
4242 }

Status & tagging log