Update FIRST_LETTER_VERSION for rowiki changes
Can't just clear cache on production, as this
now uses per-server apc instance.
Follow-up 486f64f283
Change-Id: I88df6d5a91c86ef687543d1a6988e0ec050bbfce
This commit is contained in:
parent
083111628a
commit
22cb66c175
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
* @since 1.16.3
|
||||
*/
|
||||
class IcuCollation extends Collation {
|
||||
const FIRST_LETTER_VERSION = 2;
|
||||
const FIRST_LETTER_VERSION = 3;
|
||||
|
||||
/** @var Collator */
|
||||
private $primaryCollator;
|
||||
|
|
|
|||
Loading…
Reference in a new issue