r95814 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95813‎ | r95814 | r95815 >
Date:20:55, 30 August 2011
Author:demon
Status:ok
Tags:
Comment:
Another stupid newline, forgot to press save
Modified paths:
  • /trunk/phase3/includes/profiler/Profiler.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/profiler/Profiler.php
@@ -67,7 +67,7 @@
6868 if( is_array( $wgProfiler ) ) {
6969 if( !isset( $wgProfiler['class'] ) ) {
7070 wfDebug( __METHOD__ . " called without \$wgProfiler['class']"
71 - . " set, falling back to ProfilerStub for safety" );
 71+ . " set, falling back to ProfilerStub for safety\n" );
7272 $class = 'ProfilerStub';
7373 } else {
7474 $class = $wgProfiler['class'];

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95813Fixes for r94158: newlines and minor debugging typo (more silly fixmes)demon20:55, 30 August 2011

Status & tagging log