Need a newline after this error
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Jan 2010 03:46:31 +0000 (03:46 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Jan 2010 03:46:31 +0000 (03:46 +0000)
maintenance/doMaintenance.php

index 848855e..f99072b 100644 (file)
@@ -32,7 +32,7 @@ if ( !defined( 'DO_MAINTENANCE' ) ) {
 }
 
 if( !$maintClass || !class_exists( $maintClass ) ) {
-       echo "\$maintClass is not set or is set to a non-existent class.";
+       echo "\$maintClass is not set or is set to a non-existent class.\n";
        exit( 1 );
 }