r61479 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61478‎ | r61479 | r61480 >
Date:03:46, 25 January 2010
Author:demon
Status:ok
Tags:
Comment:
Need a newline after this error
Modified paths:
  • /trunk/phase3/maintenance/doMaintenance.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/doMaintenance.php
@@ -32,7 +32,7 @@
3333 }
3434
3535 if( !$maintClass || !class_exists( $maintClass ) ) {
36 - echo "\$maintClass is not set or is set to a non-existent class.";
 36+ echo "\$maintClass is not set or is set to a non-existent class.\n";
3737 exit( 1 );
3838 }
3939

Status & tagging log