Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DV_String.php |
— | — | @@ -51,11 +51,7 @@ |
52 | 52 | } |
53 | 53 | |
54 | 54 | public function getLongHTMLText($linker = NULL) { |
55 | | - if (!$this->isValid()) { |
56 | | - return $this->getErrorText(); |
57 | | - } else { |
58 | | - return $this->getAbbValue($linker); // should be save (based on xsdvalue) |
59 | | - } |
| 55 | + return $this->getLongWikiText($linker); // should be save (based on xsdvalue) |
60 | 56 | } |
61 | 57 | |
62 | 58 | public function getXSDValue() { |