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

Revision: 88570
Author:   jeroendedauw
Date:     2011-05-22 11:38:52 +0000 (Sun, 22 May 2011)
Log Message:
-----------
follow up to r88195

Modified Paths:
--------------
    trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php

Modified: trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php
===================================================================
--- trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php    
2011-05-22 11:33:41 UTC (rev 88569)
+++ trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php    
2011-05-22 11:38:52 UTC (rev 88570)
@@ -137,7 +137,7 @@
                                        // Get the HTML for the tag content. 
Pages are linked, other stuff is just plaintext.
                                        if ( $obj->getTypeID() == '_wpg' ) {
                                                $value = 
$obj->getTitle()->getText();
-                                               $html = $obj->getLongText( 
$outputmode, $isSubject );
+                                               $html = $obj->getLongText( 
$outputmode, $this->getLinker( $isSubject ) );
                                        }
                                        else {
                                                $html = $obj->getShortText( 
$outputmode, $this->getLinker( false ) );


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

Reply via email to