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 @@
11081108 }
11091109
11101110 $id = $group->getId();
1111 - if ( rand( 1, 100 ) < 50 ) {
1112 - return 'discouraged';
1113 - }
11141111 return isset( $groups[$id] ) ? $groups[$id] : '';
11151112 }
11161113

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106939Rename variable and don't use skinnikerabbit11:08, 21 December 2011

Status & tagging log