r47356 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r47355
|
r47356
|
r47357
>
Date:
09:41, 17 February 2009
Author:
daniel
Status:
ok
Tags:
Comment:
fix inversed test in short-cirquit condition
Modified paths:
/trunk/extensions/Gadgets/Gadgets.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Gadgets/Gadgets.php
—
—
@@ -73,7 +73,7 @@
74
74
global $wgMemc;
75
75
76
76
static $gadgets = NULL;
77
- if ( $gadgets !== NULL && $forceNewText !== NULL ) return $gadgets;
77
+ if ( $gadgets !== NULL && $forceNewText === NULL ) return $gadgets;
78
78
79
79
$key = wfMemcKey( 'gadgets-definition' );
80
80
Status & tagging log
19:10, 17 February 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r47356
[
removed:
new
added:
ok]