http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95814

Revision: 95814
Author:   demon
Date:     2011-08-30 20:55:50 +0000 (Tue, 30 Aug 2011)
Log Message:
-----------
Another stupid newline, forgot to press save

Modified Paths:
--------------
    trunk/phase3/includes/profiler/Profiler.php

Modified: trunk/phase3/includes/profiler/Profiler.php
===================================================================
--- trunk/phase3/includes/profiler/Profiler.php 2011-08-30 20:55:29 UTC (rev 
95813)
+++ trunk/phase3/includes/profiler/Profiler.php 2011-08-30 20:55:50 UTC (rev 
95814)
@@ -67,7 +67,7 @@
                        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'];


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to