Remove unused AuthManager::singleton() call
[lhc/web/wiklou.git] / autoload.php
index d3f7e98..c535560 100644 (file)
@@ -1105,6 +1105,7 @@ $wgAutoloadLocalClasses = [
        'PopulateCategory' => __DIR__ . '/maintenance/populateCategory.php',
        'PopulateChangeTagDef' => __DIR__ . '/maintenance/populateChangeTagDef.php',
        'PopulateContentModel' => __DIR__ . '/maintenance/populateContentModel.php',
+       'PopulateContentTables' => __DIR__ . '/maintenance/populateContentTables.php',
        'PopulateExternallinksIndex60' => __DIR__ . '/maintenance/populateExternallinksIndex60.php',
        'PopulateFilearchiveSha1' => __DIR__ . '/maintenance/populateFilearchiveSha1.php',
        'PopulateImageSha1' => __DIR__ . '/maintenance/populateImageSha1.php',