From 8eb5691cf12169f83fcd24a8603c1709a029891f Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 8 Jul 2009 17:07:39 +0000 Subject: [PATCH] Fix missing global declaration --- includes/Preferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Preferences.php b/includes/Preferences.php index fc2642ca30..9db536621d 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -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 ) { -- 2.20.1