r110265 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r110264
|
r110265
|
r110266
>
Date:
03:46, 30 January 2012
Author:
robin
Status:
ok
Tags:
Comment:
follow-up
r108034
: actually return the value of $code in getTargetLanguage (this broke lang/dir tags on the ajax edit form)
Modified paths:
/trunk/extensions/Translate/utils/TranslationHelpers.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/utils/TranslationHelpers.php
—
—
@@ -177,6 +177,7 @@
178
178
if ( $code === $wgTranslateDocumentationLanguageCode ) {
179
179
return $wgLanguageCode;
180
180
}
181
+ return $code;
181
182
}
182
183
183
184
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r108034
* Refactored TranslationHelpers to have MessageHandle as store variable, inst...
nikerabbit
15:13, 4 January 2012
Status & tagging log
05:45, 30 January 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r110265
[
removed:
new
added:
ok]