From: Philip Tzou Date: Thu, 17 Sep 2009 19:53:49 +0000 (+0000) Subject: Follow up on r56560. Typo. X-Git-Tag: 1.31.0-rc.0~39662 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=0a2cb169089958dae55bedbfcd632c77d599d58d;p=lhc%2Fweb%2Fwiklou.git Follow up on r56560. Typo. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9a40e7b488..fa30f3e036 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -987,13 +987,13 @@ $wgDefaultLanguageVariant = false; /** Disabled variants array of language variant conversion. * example: - * $wgDisabledVariant[] = 'zh-mo'; - * $wgDisabledVariant[] = 'zh-my'; + * $wgDisabledVariants[] = 'zh-mo'; + * $wgDisabledVariants[] = 'zh-my'; * * or: - * $wgDisabledVariant = array('zh-mo', 'zh-my'); + * $wgDisabledVariants = array('zh-mo', 'zh-my'); */ -$wgDisabledVariant = array(); +$wgDisabledVariants = array(); /** * Show a bar of language selection links in the user login and user