From: Chad Horohoe Date: Mon, 25 Jan 2010 03:46:31 +0000 (+0000) Subject: Need a newline after this error X-Git-Tag: 1.31.0-rc.0~38112 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=fb5d52bf5a8fae5aeafddfb45c2674685d672d91;p=lhc%2Fweb%2Fwiklou.git Need a newline after this error --- diff --git a/maintenance/doMaintenance.php b/maintenance/doMaintenance.php index 848855eb6c..f99072b82d 100644 --- a/maintenance/doMaintenance.php +++ b/maintenance/doMaintenance.php @@ -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 ); }