r76184 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r76183
|
r76184
|
r76185
>
Date:
09:21, 6 November 2010
Author:
nikerabbit
Status:
ok
Tags:
Comment:
Fix oversight in
r75973
that broke gadgets tab in preferences
Modified paths:
/trunk/extensions/Gadgets/Gadgets.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Gadgets/Gadgets.php
—
—
@@ -137,7 +137,7 @@
138
138
} else {
139
139
$destination = &$options;
140
140
}
141
- foreach( $thisSection as $gname ) {
141
+ foreach( array_keys( $thisSection ) as $gname ) {
142
142
$destination[wfMsgExt( "gadget-$gname", 'parseinline' )] = $gname;
143
143
}
144
144
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r75973
Code cleanup, mainly unused variables
reedy
01:29, 4 November 2010
Status & tagging log
09:32, 6 November 2010
MaxSem
(
talk
|
contribs
)
changed the
status
of r76184
[
removed:
new
added:
ok]