r59000 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58999‎ | r59000 | r59001 >
Date:11:16, 13 November 2009
Author:maxsem
Status:ok
Tags:
Comment:
Fixed variable name in error message
Modified paths:
  • /trunk/phase3/includes/LocalisationCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LocalisationCache.php
@@ -160,7 +160,7 @@
161161 break;
162162 default:
163163 throw new MWException(
164 - 'Please set $wgLocalisationConf[\'store\'] to something sensible.' );
 164+ 'Please set $wgLocalisationCacheConf[\'store\'] to something sensible.' );
165165 }
166166 }
167167

Status & tagging log