r103812 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103811‎ | r103812 | r103813 >
Date:14:45, 21 November 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
patch by Michael Erdmann
Modified paths:
  • /trunk/extensions/SemanticResultFormats/Exhibit/SRF_Exhibit.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/Exhibit/SRF_Exhibit.php
@@ -422,7 +422,7 @@
423423 $textstack[] = $object->getWikiValue();
424424 break;
425425 default:
426 - $textstack[] = $object->getLongHTMLText( $outputmode, $this->getLinker( 0 ) );
 426+ $textstack[] = $object->getLongHTMLText( $this->getLinker( 0 ) );
427427 }
428428 }
429429