X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=77144dfd86c504bda2775bbf58804d991497988e;hb=4fd27f006f3a233f2bed8585b1325d318763abb0;hp=138a9b90e2a4b61dd68ad2c5bbad3568cc950123;hpb=95627eb03d7534efee84bbea642699b54a72e5db;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 138a9b90e2..77144dfd86 100644 --- a/autoload.php +++ b/autoload.php @@ -1537,7 +1537,7 @@ $wgAutoloadLocalClasses = [ 'UploadStashWrongOwnerException' => __DIR__ . '/includes/upload/UploadStash.php', 'UploadStashZeroLengthFileException' => __DIR__ . '/includes/upload/UploadStash.php', 'UppercaseCollation' => __DIR__ . '/includes/collation/UppercaseCollation.php', - 'UsageException' => __DIR__ . '/includes/api/ApiUsageException.php', + 'UsageException' => __DIR__ . '/includes/api/UsageException.php', 'User' => __DIR__ . '/includes/user/User.php', 'UserArray' => __DIR__ . '/includes/user/UserArray.php', 'UserArrayFromResult' => __DIR__ . '/includes/user/UserArrayFromResult.php',