http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72195

Revision: 72195
Author:   jeroendedauw
Date:     2010-09-02 13:11:42 +0000 (Thu, 02 Sep 2010)

Log Message:
-----------
Follow up to r72190

Modified Paths:
--------------
    trunk/extensions/Maps/ParserHooks/Maps_DisplayPoint.php

Modified: trunk/extensions/Maps/ParserHooks/Maps_DisplayPoint.php
===================================================================
--- trunk/extensions/Maps/ParserHooks/Maps_DisplayPoint.php     2010-09-02 
12:45:10 UTC (rev 72194)
+++ trunk/extensions/Maps/ParserHooks/Maps_DisplayPoint.php     2010-09-02 
13:11:42 UTC (rev 72195)
@@ -156,8 +156,6 @@
                // Get an instance of the class handling the current parser 
hook and service. 
                $mapClass = $service->getFeatureInstance( $this->getName() );
                
-               return $mapClass->getMapHtml( $parameters );
-               
                if ( $mapClass === false ) {
                        return ''; // TODO
                }



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to