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 @@
161
161
break;
162
162
default:
163
163
throw new MWException(
164
- 'Please set $wgLocalisationConf[\'store\'] to something sensible.' );
164
+ 'Please set $wgLocalisationCacheConf[\'store\'] to something sensible.' );
165
165
}
166
166
}
167
167
Status & tagging log
05:15, 11 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r59000
[
removed:
new
added:
ok]