X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=autoload.php;h=7ff29ce803075f93c4879c6e1b6093950920e697;hb=60882bb6b07aa0a9cbf0f8a2224cc94e2575dc11;hp=f95e0015a73302c07eb445813ba0a50ea6aa5e46;hpb=5a296a1113d1243962c6459281a0307dd3efb80f;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index f95e0015a7..7ff29ce803 100644 --- a/autoload.php +++ b/autoload.php @@ -89,6 +89,7 @@ $wgAutoloadLocalClasses = [ 'ApiQueryBacklinks' => __DIR__ . '/includes/api/ApiQueryBacklinks.php', 'ApiQueryBacklinksprop' => __DIR__ . '/includes/api/ApiQueryBacklinksprop.php', 'ApiQueryBase' => __DIR__ . '/includes/api/ApiQueryBase.php', + 'ApiQueryBlockInfoTrait' => __DIR__ . '/includes/api/ApiQueryBlockInfoTrait.php', 'ApiQueryBlocks' => __DIR__ . '/includes/api/ApiQueryBlocks.php', 'ApiQueryCategories' => __DIR__ . '/includes/api/ApiQueryCategories.php', 'ApiQueryCategoryInfo' => __DIR__ . '/includes/api/ApiQueryCategoryInfo.php', @@ -272,6 +273,7 @@ $wgAutoloadLocalClasses = [ 'CleanupInvalidDbKeys' => __DIR__ . '/maintenance/cleanupInvalidDbKeys.php', 'CleanupPreferences' => __DIR__ . '/maintenance/cleanupPreferences.php', 'CleanupRemovedModules' => __DIR__ . '/maintenance/cleanupRemovedModules.php', + 'CleanupRevActorPage' => __DIR__ . '/maintenance/cleanupRevActorPage.php', 'CleanupSpam' => __DIR__ . '/maintenance/cleanupSpam.php', 'CleanupUploadStash' => __DIR__ . '/maintenance/cleanupUploadStash.php', 'CleanupUsersWithNoId' => __DIR__ . '/maintenance/cleanupUsersWithNoId.php',