Index: trunk/phase3/includes/AutoLoader.php |
— | — | @@ -95,6 +95,7 @@ |
96 | 96 | 'HTMLCacheUpdateJob' => 'includes/HTMLCacheUpdate.php', |
97 | 97 | 'Http' => 'includes/HttpFunctions.php', |
98 | 98 | 'Image' => 'includes/Image.php', |
| 99 | + 'ArchivedFile' => 'includes/Image.php', |
99 | 100 | 'IP' => 'includes/IP.php', |
100 | 101 | 'ThumbnailImage' => 'includes/Image.php', |
101 | 102 | 'ImageGallery' => 'includes/ImageGallery.php', |
Index: trunk/phase3/includes/Image.php |
— | — | @@ -2368,7 +2368,7 @@ |
2369 | 2369 | |
2370 | 2370 | } //class |
2371 | 2371 | |
2372 | | -class FSarchivedFile |
| 2372 | +class ArchivedFile |
2373 | 2373 | { |
2374 | 2374 | /** |
2375 | 2375 | * Returns a file object from the filearchive table |
— | — | @@ -2381,7 +2381,7 @@ |
2382 | 2382 | * @param $key, optional storage key |
2383 | 2383 | * @return ResultWrapper |
2384 | 2384 | */ |
2385 | | - function FSarchivedFile( $title, $id=0, $key='' ) { |
| 2385 | + function ArchivedFile( $title, $id=0, $key='' ) { |
2386 | 2386 | if( !is_object( $title ) ) { |
2387 | 2387 | throw new MWException( 'Image constructor given bogus title.' ); |
2388 | 2388 | } |