From fb5d52bf5a8fae5aeafddfb45c2674685d672d91 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 25 Jan 2010 03:46:31 +0000 Subject: [PATCH] Need a newline after this error --- maintenance/doMaintenance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.20.1