r106941 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r106940
|
r106941
|
r106942
>
Date:
11:40, 21 December 2011
Author:
nikerabbit
Status:
ok
Tags:
Comment:
And I started wondering why I still see random behaviour even though I reverted local changes.
Followup
r106939
- revert debugging code
Modified paths:
/trunk/extensions/Translate/MessageGroups.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/MessageGroups.php
—
—
@@ -1107,9 +1107,6 @@
1108
1108
}
1109
1109
1110
1110
$id = $group->getId();
1111
- if ( rand( 1, 100 ) < 50 ) {
1112
- return 'discouraged';
1113
- }
1114
1111
return isset( $groups[$id] ) ? $groups[$id] : '';
1115
1112
}
1116
1113
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r106939
Rename variable and don't use skin
nikerabbit
11:08, 21 December 2011
Status & tagging log
11:46, 21 December 2011
Santhosh.thottingal
(
talk
|
contribs
)
changed the
status
of r106941
[
removed:
new
added:
ok]