Index: trunk/extensions/SemanticResultFormats/Exhibit/SRF_Exhibit.php |
— | — | @@ -422,7 +422,7 @@ |
423 | 423 | $textstack[] = $object->getWikiValue(); |
424 | 424 | break; |
425 | 425 | default: |
426 | | - $textstack[] = $object->getLongHTMLText( $outputmode, $this->getLinker( 0 ) ); |
| 426 | + $textstack[] = $object->getLongHTMLText( $this->getLinker( 0 ) ); |
427 | 427 | } |
428 | 428 | } |
429 | 429 | |