From: Roan Kattouw Date: Wed, 8 Jul 2009 17:07:39 +0000 (+0000) Subject: Fix missing global declaration X-Git-Tag: 1.31.0-rc.0~41042 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=8eb5691cf12169f83fcd24a8603c1709a029891f;p=lhc%2Fweb%2Fwiklou.git Fix missing global declaration --- 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 ) {