From 899287ffaa2f3cae2b5a5b03ad48b073a759966b Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 21 Apr 2008 01:14:51 +0000 Subject: [PATCH] Remove redundant line --- ImageMap_body.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ImageMap_body.php b/ImageMap_body.php index 4e08aa0..bc725fd 100644 --- a/ImageMap_body.php +++ b/ImageMap_body.php @@ -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...