X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=218c244a538a32f658c3f88e9275991c6eba3ea8;hb=467a280684673aa93580d9720a6b38f5441c1726;hp=5eadf79b806f1a01e1acbe061bdbba51bbd32319;hpb=d7451a03e98568652ba8b0a1c31034c04d5a7992;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 5eadf79b80..218c244a53 100644 --- a/autoload.php +++ b/autoload.php @@ -659,6 +659,7 @@ $wgAutoloadLocalClasses = [ 'IP' => __DIR__ . '/includes/libs/IP.php', 'IPTC' => __DIR__ . '/includes/media/IPTC.php', 'IRCColourfulRCFeedFormatter' => __DIR__ . '/includes/rcfeed/IRCColourfulRCFeedFormatter.php', + 'IStoreKeyEncoder' => __DIR__ . '/includes/libs/objectcache/IStoreKeyEncoder.php', 'IcuCollation' => __DIR__ . '/includes/collation/IcuCollation.php', 'IdentityCollation' => __DIR__ . '/includes/collation/IdentityCollation.php', 'ImageBuilder' => __DIR__ . '/maintenance/rebuildImages.php',