X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=9f9f1a6b52c44b65778c6b3db057f13457d8ab54;hb=b5ca4f5b26996253fe8f6d2107e91485130d4d9a;hp=218c244a538a32f658c3f88e9275991c6eba3ea8;hpb=c24ac2cba4c75d94bb5d4ce1477fa6b0a70a786f;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',