Fix missing global declaration
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 8 Jul 2009 17:07:39 +0000 (17:07 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 8 Jul 2009 17:07:39 +0000 (17:07 +0000)
includes/Preferences.php

index fc2642c..9db5366 100644 (file)
@@ -217,6 +217,7 @@ class Preferences {
                                );
 
                global $wgContLang, $wgDisableLangConversion;
+               global $wgDisableTitleConversion;
                /* see if there are multiple language variants to choose from*/
                $variantArray = array();
                if( !$wgDisableLangConversion ) {