Index: branches/wmf/1.18wmf1/includes/Linker.php |
— | — | @@ -828,7 +828,7 @@ |
829 | 829 | * @param $time string: MW timestamp of file creation time |
830 | 830 | * @return String: HTML |
831 | 831 | */ |
832 | | - public static function makeMediaLinkObj( $title, $text = '', $time = false ) { |
| 832 | + public static function makeMediaLinkObj( Title $title, $text = '', $time = false ) { |
833 | 833 | $img = wfFindFile( $title, array( 'time' => $time ) ); |
834 | 834 | return self::makeMediaLinkFile( $title, $img, $text ); |
835 | 835 | } |