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 @@
69
69
} elseif( $wgProfiler instanceof Profiler ) {
70
70
self::$__instance = $wgProfiler; // back-compat
71
71
} else {
72
- throw new MWException( '$wgProfiler set to bogus value' );
72
+ self::$__instance = new ProfilerStub;
73
73
}
74
74
75
75
}
Comments
#
Comment by
Nikerabbit
(
talk
|
contribs
)
12:30, 15 May 2011
County Bar Association?
Status & tagging log
06:18, 22 June 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r88153
[
removed:
new
added:
ok]