Index: trunk/phase3/thumb.php |
— | — | @@ -62,7 +62,7 @@ |
63 | 63 | } |
64 | 64 | $img = RepoGroup::singleton()->getLocalRepo()->newFromArchiveName( $title, $fileName ); |
65 | 65 | } else { |
66 | | - $img = RepoGroup::singleton()->getLocalRepo()->findFile( $fileName ); |
| 66 | + $img = wfLocalFile( $fileName ); |
67 | 67 | } |
68 | 68 | |
69 | 69 | if ( !$img ) { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -530,7 +530,6 @@ |
531 | 531 | * (bug 20702) Parser functions can now be used correctly in |
532 | 532 | MediaWiki:Missing-article |
533 | 533 | * (bug 14117) "redirected from" is now also shown on foreign file redirects |
534 | | -* (bug 20802) Fixed thumb.php redirect handling |
535 | 534 | * (bug 17747) Only display thumbnail column in file history if the image can |
536 | 535 | be rendered. |
537 | 536 | * (bug 3421) Live preview no longer breaks user CSS/JS previews |