From 8c4e1d2a57d364e31a58e1f0a89bb7c042d3ef26 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 13 Nov 2009 11:16:42 +0000 Subject: [PATCH] Fixed variable name in error message --- includes/LocalisationCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' ); } } -- 2.20.1