Fixing E_NOTICE
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 8638024..dbc697c 100644 (file)
@@ -25,7 +25,9 @@ function __autoload($className) {
                'BagOStuff' => 'includes/BagOStuff.php',
                'Block' => 'includes/Block.php',
                'BrokenRedirectsPage' => 'includes/SpecialBrokenRedirects.php',
+               'Category' => 'includes/Category.php',
                'Categoryfinder' => 'includes/Categoryfinder.php',
+               'CategoryList' => 'includes/Category.php',
                'CategoryPage' => 'includes/CategoryPage.php',
                'CategoryViewer' => 'includes/CategoryPage.php',
                'ChangesList' => 'includes/ChangesList.php',
@@ -89,6 +91,7 @@ function __autoload($className) {
                'FewestrevisionsPage' => 'includes/SpecialFewestrevisions.php',
                'FileDeleteForm' => 'includes/FileDeleteForm.php',
                'FileDependency' => 'includes/CacheDependency.php',
+               'FileDuplicateSearch' => 'includes/SpecialFileDuplicateSearch.php',
                'FileRevertForm' => 'includes/FileRevertForm.php',
                'FileStore' => 'includes/FileStore.php',
                'FormatExif' => 'includes/Exif.php',
@@ -153,8 +156,9 @@ function __autoload($className) {
                'MostrevisionsPage' => 'includes/SpecialMostrevisions.php',
                'MovePageForm' => 'includes/SpecialMovepage.php',
                'MWException' => 'includes/Exception.php',
+               'MWNamespace' => 'includes/Namespace.php',
                'MySQLSearchResultSet' => 'includes/SearchMySQL.php',
-               'Namespace' => 'includes/Namespace.php',
+               'Namespace' => 'includes/NamespaceCompat.php', // Compat
                'NewbieContributionsPage' => 'includes/SpecialNewbieContributions.php',
                'NewPagesPage' => 'includes/SpecialNewpages.php',
                'OldChangesList' => 'includes/ChangesList.php',
@@ -333,7 +337,7 @@ function __autoload($className) {
                'ApiPageSet' => 'includes/api/ApiPageSet.php',
                'ApiParamInfo' => 'includes/api/ApiParamInfo.php',
                'ApiParse' => 'includes/api/ApiParse.php',
-               'ApiQueryAllImages' => 'includes/api/ApiQueryAllImages.php',
+               'ApiQueryAllImages' => 'includes/api/ApiQueryAllimages.php',
                'ApiQueryAllCategories' => 'includes/api/ApiQueryAllCategories.php',
                'ApiQueryAllLinks' => 'includes/api/ApiQueryAllLinks.php',
                'ApiQueryAllmessages' => 'includes/api/ApiQueryAllmessages.php',