Fix r78970 per CR: params were the wrong way around
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 6e84a54..122b5ed 100644 (file)
@@ -238,6 +238,7 @@ $wgAutoloadLocalClasses = array(
        'TitleArray' => 'includes/TitleArray.php',
        'TitleArrayFromResult' => 'includes/TitleArray.php',
        'TitleListDependency' => 'includes/CacheDependency.php',
+       'Token' => 'includes/Token.php',
        'UnlistedSpecialPage' => 'includes/SpecialPage.php',
        'User' => 'includes/User.php',
        'UserArray' => 'includes/UserArray.php',
@@ -331,6 +332,7 @@ $wgAutoloadLocalClasses = array(
        'ApiQueryLogEvents' => 'includes/api/ApiQueryLogEvents.php',
        'ApiQueryPageProps' => 'includes/api/ApiQueryPageProps.php',
        'ApiQueryProtectedTitles' => 'includes/api/ApiQueryProtectedTitles.php',
+       'ApiQueryQueryPage' => 'includes/api/ApiQueryQueryPage.php',
        'ApiQueryRandom' => 'includes/api/ApiQueryRandom.php',
        'ApiQueryRecentChanges' => 'includes/api/ApiQueryRecentChanges.php',
        'ApiQueryRevisions' => 'includes/api/ApiQueryRevisions.php',
@@ -365,6 +367,7 @@ $wgAutoloadLocalClasses = array(
        # includes/db
        'Blob' => 'includes/db/Database.php',
        'ChronologyProtector' => 'includes/db/LBFactory.php',
+       'CloneDatabase' => 'includes/db/CloneDatabase.php',
        'Database' => 'includes/db/DatabaseMysql.php',
        'DatabaseBase' => 'includes/db/Database.php',
        'DatabaseMssql' => 'includes/db/DatabaseMssql.php',
@@ -593,6 +596,7 @@ $wgAutoloadLocalClasses = array(
        'MostimagesPage' => 'includes/specials/SpecialMostimages.php',
        'MostlinkedCategoriesPage' => 'includes/specials/SpecialMostlinkedcategories.php',
        'MostlinkedPage' => 'includes/specials/SpecialMostlinked.php',
+       'MostlinkedTemplatesPage' => 'includes/specials/SpecialMostlinkedtemplates.php',
        'MostrevisionsPage' => 'includes/specials/SpecialMostrevisions.php',
        'MovePageForm' => 'includes/specials/SpecialMovepage.php',
        'SpecialNewpages' => 'includes/specials/SpecialNewpages.php',
@@ -652,8 +656,8 @@ $wgAutoloadLocalClasses = array(
        'SpecialUserlogout' => 'includes/specials/SpecialUserlogout.php',
        'SpecialVersion' => 'includes/specials/SpecialVersion.php',
        'SpecialWhatlinkshere' => 'includes/specials/SpecialWhatlinkshere.php',
-       'SpecialWhatLinksHere' => 'includes/specials/SpecialWhatlinkshere.php',
        'UncategorizedCategoriesPage' => 'includes/specials/SpecialUncategorizedcategories.php',
+       'UncategorizedImagesPage' => 'includes/specials/SpecialUncategorizedimages.php',
        'UncategorizedPagesPage' => 'includes/specials/SpecialUncategorizedpages.php',
        'UncategorizedTemplatesPage' => 'includes/specials/SpecialUncategorizedtemplates.php',
        'UndeleteForm' => 'includes/specials/SpecialUndelete.php',
@@ -669,7 +673,6 @@ $wgAutoloadLocalClasses = array(
        'WantedFilesPage' => 'includes/specials/SpecialWantedfiles.php',
        'WantedPagesPage' => 'includes/specials/SpecialWantedpages.php',
        'WantedTemplatesPage' => 'includes/specials/SpecialWantedtemplates.php',
-       'WhatLinksHerePage' => 'includes/specials/SpecialWhatlinkshere.php',
        'WikiImporter' => 'includes/ImportXMLReader.php',
        'WikiRevision' => 'includes/Import.php',
        'WithoutInterwikiPage' => 'includes/specials/SpecialWithoutinterwiki.php',
@@ -720,12 +723,12 @@ $wgAutoloadLocalClasses = array(
 
        # tests
        'AnsiTermColorer' => 'tests/testHelpers.inc',
-       'DbTestPreviewer' => 'maintenance/tests/testHelpers.inc',
-       'DbTestRecorder' => 'maintenance/tests/testHelpers.inc',
-       'DummyTermColorer' => 'maintenance/tests/testHelpers.inc',
-       'RemoteTestRecorder' => 'maintenance/tests/testHelpers.inc',
-       'TestFileIterator' => 'maintenance/tests/testHelpers.inc',
-       'TestRecorder' => 'maintenance/tests/testHelpers.inc',
+       'DbTestPreviewer' => 'tests/testHelpers.inc',
+       'DbTestRecorder' => 'tests/testHelpers.inc',
+       'DummyTermColorer' => 'tests/testHelpers.inc',
+       'RemoteTestRecorder' => 'tests/testHelpers.inc',
+       'TestFileIterator' => 'tests/testHelpers.inc',
+       'TestRecorder' => 'tests/testHelpers.inc',
 
        # tests/parser
        'ParserTest' => 'tests/parser/parserTest.inc',