Fixes bug 34715 Image redirects show the "redirected from" subtitle twice.
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 25 Feb 2012 20:30:38 +0000 (20:30 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 25 Feb 2012 20:30:38 +0000 (20:30 +0000)
commit3e54e6ba046cdfa8570b063a326ccfc9af41f84b
tree657a1c839594b7609100e65d1a5f563515966950
parent0514a49a596ed5dc689dacd3b345e31e6647ab1f
Fixes bug 34715 Image redirects show the "redirected from" subtitle twice.

ImagePage no longer needs to set the "redirectedfrom" header by itself. Seems Article.php is taking care of it now. I suspect this was caused by the refactoring of WikiPage, Article, etc.
includes/ImagePage.php