*Kill references to non-existent php files (bug 11433)
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 24 Sep 2007 00:23:14 +0000 (00:23 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 24 Sep 2007 00:23:14 +0000 (00:23 +0000)
includes/AutoLoader.php

index 25c728c..499d749 100644 (file)
@@ -96,11 +96,9 @@ function __autoload($className) {
                'HTMLCacheUpdate' => 'includes/HTMLCacheUpdate.php',
                'Http' => 'includes/HttpFunctions.php',
                'IP' => 'includes/IP.php',
-               'ThumbnailImage' => 'includes/Image.php',
                'ImageGallery' => 'includes/ImageGallery.php',
                'ImagePage' => 'includes/ImagePage.php',
                'ImageHistoryList' => 'includes/ImagePage.php',
-               'ImageRemote' => 'includes/ImageRemote.php',
                'FileDeleteForm' => 'includes/FileDeleteForm.php',
                'FileRevertForm' => 'includes/FileRevertForm.php',
                'Job' => 'includes/JobQueue.php',