X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=9f9f1a6b52c44b65778c6b3db057f13457d8ab54;hb=65648f5523c9d1b772106e16e2adf57870892bc7;hp=218c244a538a32f658c3f88e9275991c6eba3ea8;hpb=6428a5cb53e646ff4a15da19fb01052f92c1bc7a;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 218c244a53..9f9f1a6b52 100644 --- a/autoload.php +++ b/autoload.php @@ -1560,6 +1560,7 @@ $wgAutoloadLocalClasses = [ 'UploadStashWrongOwnerException' => __DIR__ . '/includes/upload/exception/UploadStashWrongOwnerException.php', 'UploadStashZeroLengthFileException' => __DIR__ . '/includes/upload/exception/UploadStashZeroLengthFileException.php', 'UppercaseCollation' => __DIR__ . '/includes/collation/UppercaseCollation.php', + 'UppercaseTitlesForUnicodeTransition' => __DIR__ . '/maintenance/uppercaseTitlesForUnicodeTransition.php', 'User' => __DIR__ . '/includes/user/User.php', 'UserArray' => __DIR__ . '/includes/user/UserArray.php', 'UserArrayFromResult' => __DIR__ . '/includes/user/UserArrayFromResult.php',