From: Max Semenik Date: Fri, 13 Nov 2009 11:16:42 +0000 (+0000) Subject: Fixed variable name in error message X-Git-Tag: 1.31.0-rc.0~38830 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=8c4e1d2a57d364e31a58e1f0a89bb7c042d3ef26;p=lhc%2Fweb%2Fwiklou.git Fixed variable name in error message --- diff --git a/includes/LocalisationCache.php b/includes/LocalisationCache.php index 81f95aa417..6ff286f9d8 100644 --- a/includes/LocalisationCache.php +++ b/includes/LocalisationCache.php @@ -160,7 +160,7 @@ class LocalisationCache { break; default: throw new MWException( - 'Please set $wgLocalisationConf[\'store\'] to something sensible.' ); + 'Please set $wgLocalisationCacheConf[\'store\'] to something sensible.' ); } }