From: Chad Horohoe Date: Tue, 30 Aug 2011 20:55:50 +0000 (+0000) Subject: Another stupid newline, forgot to press save X-Git-Tag: 1.31.0-rc.0~28005 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=2c1bf9190c5b784672c15517580963deb1ed9af4;p=lhc%2Fweb%2Fwiklou.git Another stupid newline, forgot to press save --- diff --git a/includes/profiler/Profiler.php b/includes/profiler/Profiler.php index e535689155..1fc7b0e639 100644 --- a/includes/profiler/Profiler.php +++ b/includes/profiler/Profiler.php @@ -67,7 +67,7 @@ class Profiler { if( is_array( $wgProfiler ) ) { if( !isset( $wgProfiler['class'] ) ) { wfDebug( __METHOD__ . " called without \$wgProfiler['class']" - . " set, falling back to ProfilerStub for safety" ); + . " set, falling back to ProfilerStub for safety\n" ); $class = 'ProfilerStub'; } else { $class = $wgProfiler['class'];