Index: trunk/phase3/includes/filerepo/FileRepo.php |
— | — | @@ -655,7 +655,7 @@ |
656 | 656 | * STUB |
657 | 657 | * @param $title Title of image |
658 | 658 | */ |
659 | | - function invalidateImageRedirect( $title ) {} |
| 659 | + function invalidateImageRedirect( Title $title ) {} |
660 | 660 | |
661 | 661 | /** |
662 | 662 | * Get an array or iterator of file objects for files that have a given |