X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcollation%2FIcuCollation.php;h=e0eb1c13c83e18b200e534c73084e6750bce7b66;hb=3a2a707546344574c33f7ad7cbff46bfa2b74443;hp=bf1fe74d5e692a2ecaabbd1384d8d3baf73042a2;hpb=944b93ee740d491ec6353f3fa5a439db41de97b8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index bf1fe74d5e..e0eb1c13c8 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -330,7 +330,7 @@ class IcuCollation extends Collation { $cache = ObjectCache::getLocalServerInstance( CACHE_ANYTHING ); $cacheKey = $cache->makeKey( 'first-letters', - get_class( $this ), + static::class, $this->locale, $this->digitTransformLanguage->getCode(), self::getICUVersion(),