Fixing E_NOTICE
[lhc/web/wiklou.git] / includes / AutoLoader.php
index ca583d0..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',