Fixes bug 34715 Image redirects show the "redirected from" subtitle twice.
[lhc/web/wiklou.git] / includes / ImagePage.php
index cc2d5df..7e72db9 100644 (file)
@@ -109,8 +109,6 @@ class ImagePage extends Article {
                        }
                }
 
-               $this->showRedirectedFromHeader();
-
                if ( $wgShowEXIF && $this->displayImg->exists() ) {
                        // @todo FIXME: Bad interface, see note on MediaHandler::formatMetadata().
                        $formattedMetadata = $this->displayImg->formatMetadata();