Remove redundant line

This commit is contained in:
Aaron Schulz 2008-04-21 01:14:51 +00:00
parent 9357918e5d
commit 899287ffaa

View file

@ -290,7 +290,6 @@ class ImageMap {
$output .= preg_replace( '/<\?xml[^?]*\?>/', '', $domDoc->saveXML() );
# Register links
$parser->mOutput->addImage( $imageTitle->getDBkey() );
foreach ( $links as $title ) {
if( $title->isExternal() || $title->getNamespace() == NS_SPECIAL ) {
// Don't register special or interwiki links...