Index: trunk/phase3/includes/Skin.php |
— | — | @@ -480,7 +480,7 @@ |
481 | 481 | * You will only be adding bloat to the page and causing page caches to have to be purged on configuration changes. |
482 | 482 | */ |
483 | 483 | static function makeGlobalVariablesScript( $skinName ) { |
484 | | - global $wgTitle, $wgUser, $wgRequest, $wgOut, $wgUseAjax, $wgEnableMWSuggest; |
| 484 | + global $wgTitle, $wgUser, $wgRequest, $wgOut, $wgUseAjax, $wgEnableMWSuggest, $wgContLang; |
485 | 485 | |
486 | 486 | $ns = $wgTitle->getNamespace(); |
487 | 487 | $nsname = MWNamespace::exists( $ns ) ? MWNamespace::getCanonicalName( $ns ) : $wgTitle->getNsText(); |