r44061 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r44060
|
r44061
|
r44062
>
Date:
10:36, 30 November 2008
Author:
ialex
Status:
deferred
Tags:
Comment:
Also get the language code from the code param in the URL so that the form at the top of the page work correctly
Modified paths:
/trunk/extensions/Translate/SpecialLanguageStats.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/SpecialLanguageStats.php
—
—
@@ -26,6 +26,8 @@
27
27
$this->setHeaders();
28
28
$this->outputHeader();
29
29
30
+ $par = $wgRequest->getVal( 'code', $par );
31
+
30
32
if( !$this->including() ) {
31
33
$wgOut->addHTML( $this->languageForm( $par ) );
32
34
}
Status & tagging log
12:53, 30 November 2008
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r44061
[
removed:
new
added:
deferred]