r96177 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r96176
|
r96177
|
r96178
>
Date:
12:45, 3 September 2011
Author:
siebrand
Status:
ok
Tags:
Comment:
Return array with unique elemenents. 'pt' translator reported that 'pt-br' was displayed twice in fallback language suggestions.
Modified paths:
/trunk/extensions/Translate/utils/TranslationHelpers.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/utils/TranslationHelpers.php
—
—
@@ -1006,7 +1006,7 @@
1007
1007
}
1008
1008
}
1009
1009
1010
- return $fallbacks;
1010
+ return array_unique( $fallbacks );
1011
1011
}
1012
1012
1013
1013
protected function doBox( $msg, $code, $title = false, $makelink = false ) {
Sign-offs
User
Flag
Date
Siebrand
tested
12:49, 3 September 2011
Status & tagging log
12:56, 6 September 2011
😂
(
talk
|
contribs
)
changed the
status
of r96177
[
removed:
new
added:
ok]