Index: trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_PropertyPage.php |
— | — | @@ -134,7 +134,7 @@ |
135 | 135 | if ($i < 4) { |
136 | 136 | $r .= $value->getLongHTMLText($this->getSkin()) . $value->getInfolinkText(SMW_OUTPUT_HTML, $this->getSkin()); |
137 | 137 | } else { |
138 | | - $searchlink = SMWInfolink::newInversePropertySearchLink('…', $this->articles[$index]->getPrefixedText(), $this->mTitle->getText()); |
| 138 | + $searchlink = SMWInfolink::newInversePropertySearchLink('…', $this->articles[$index]->getWikiValue(), $this->mTitle->getText()); |
139 | 139 | $r .= $searchlink->getHTML($this->getSkin()); |
140 | 140 | } |
141 | 141 | } |