Index: trunk/phase3/includes/Preferences.php |
— | — | @@ -217,6 +217,7 @@ |
218 | 218 | ); |
219 | 219 | |
220 | 220 | global $wgContLang, $wgDisableLangConversion; |
| 221 | + global $wgDisableTitleConversion; |
221 | 222 | /* see if there are multiple language variants to choose from*/ |
222 | 223 | $variantArray = array(); |
223 | 224 | if( !$wgDisableLangConversion ) { |