Index: trunk/extensions/SemanticMediaWiki/includes/SMW_OldDataValue.php |
— | — | @@ -327,7 +327,7 @@ |
328 | 328 | } |
329 | 329 | |
330 | 330 | public function getShortHTMLText($linker = NULL) { |
331 | | - return $this->getShortWikiText(); |
| 331 | + return $this->getShortWikiText($linker); |
332 | 332 | } |
333 | 333 | |
334 | 334 | public function getLongWikiText($linked = NULL) { |