Index: trunk/phase3/includes/Article.php |
— | — | @@ -3310,6 +3310,8 @@ |
3311 | 3311 | $user = User::newFromName( $title->getText(), false ); |
3312 | 3312 | $user->setNewtalk( false ); |
3313 | 3313 | } |
| 3314 | + # Image redirects |
| 3315 | + RepoGroup::singleton()->getLocalRepo()->invalidateImageRedirect( $title ); |
3314 | 3316 | } |
3315 | 3317 | |
3316 | 3318 | /** |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -276,6 +276,7 @@ |
277 | 277 | * (bug 14990) Parser tests works again with PostgreSQL |
278 | 278 | * (bug 11487) Special:Protectedpages doesn't list protections with pr_expiry |
279 | 279 | IS NULL |
| 280 | +* (bug 18018) Deleting a file redirect leaves behind a malfunctioning redirect |
280 | 281 | |
281 | 282 | == API changes in 1.15 == |
282 | 283 | * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions |