r48836 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r48835
|
r48836
|
r48837
>
Date:
17:30, 25 March 2009
Author:
philip
Status:
ok (
Comments
)
Tags:
Comment:
Follow up on
r48015
, fix a bug which caused 'A' and 'D' won't work.
Modified paths:
/trunk/phase3/languages/LanguageConverter.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/languages/LanguageConverter.php
—
—
@@ -981,7 +981,7 @@
982
982
if ( in_array($variant, $flags) )
983
983
$flags_temp[] = $variant;
984
984
}
985
- if ( count($flags_temp) == 0 )
985
+ if ( count($flags_temp) !== 0 )
986
986
$flags = $flags_temp;
987
987
}
988
988
if ( count($flags) == 0 )
Follow-up revisions
Revision
Commit summary
Author
Date
r50099
* Backported
r48836
: fix total breakage of the language converter.
tstarling
06:47, 1 May 2009
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r48015
New function to convert content text to specified language (only applies on w...
philip
06:56, 4 March 2009
Comments
#
Comment by
Brion VIBBER
(
talk
|
contribs
)
18:36, 26 March 2009
Applied fix live.
Status & tagging log
08:54, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r48836
[
removed:
live]
08:12, 27 July 2010
Tim Starling
(
talk
|
contribs
)
changed the
tags
for r48836
[
removed:
1.15]
06:58, 19 May 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r48836
[
removed:
new
added:
ok]
16:39, 1 May 2009
Catrope
(
talk
|
contribs
)
changed the
tags
for r48836
[
added:
1.15]
18:36, 26 March 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
tags
for r48836
[
added:
live]
18:36, 26 March 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r48836
[
removed:
new
added:
ok]