From: Brian Wolff Date: Wed, 19 Jul 2017 17:37:29 +0000 (+0000) Subject: Update FIRST_LETTER_VERSION for rowiki changes X-Git-Tag: 1.31.0-rc.0~2666 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22calendrier%22%2C%22type=semaine%22%29%20.%20%22?a=commitdiff_plain;h=22cb66c175c99a95cfd05ae55749e86b195859e9;p=lhc%2Fweb%2Fwiklou.git Update FIRST_LETTER_VERSION for rowiki changes Can't just clear cache on production, as this now uses per-server apc instance. Follow-up 486f64f28302ecceed04977 Change-Id: I88df6d5a91c86ef687543d1a6988e0ec050bbfce --- diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index 84f71886da..2661bad867 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -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;