r88153 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88152‎ | r88153 | r88154 >
Date:11:16, 15 May 2011
Author:midom
Status:ok (Comments)
Tags:
Comment:
initialize Profiler instance singleton with ProfilerStub if 'bogus' is detected, rather than failing. CBA to debug. Reviewed by Tim eating his lunch.
Modified paths:
  • /trunk/phase3/includes/profiler/Profiler.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/profiler/Profiler.php
@@ -68,7 +68,7 @@
6969 } elseif( $wgProfiler instanceof Profiler ) {
7070 self::$__instance = $wgProfiler; // back-compat
7171 } else {
72 - throw new MWException( '$wgProfiler set to bogus value' );
 72+ self::$__instance = new ProfilerStub;
7373 }
7474
7575 }

Comments

#Comment by Nikerabbit (talk | contribs)   12:30, 15 May 2011

County Bar Association?

Status & tagging log