r37417 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37416‎ | r37417 | r37418 >
Date:17:39, 9 July 2008
Author:mkroetzsch
Status:old
Tags:
Comment:
fixed remaining call to getPrefiexdText() in Property pages
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_PropertyPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_PropertyPage.php
@@ -134,7 +134,7 @@
135135 if ($i < 4) {
136136 $r .= $value->getLongHTMLText($this->getSkin()) . $value->getInfolinkText(SMW_OUTPUT_HTML, $this->getSkin());
137137 } else {
138 - $searchlink = SMWInfolink::newInversePropertySearchLink('&hellip;', $this->articles[$index]->getPrefixedText(), $this->mTitle->getText());
 138+ $searchlink = SMWInfolink::newInversePropertySearchLink('&hellip;', $this->articles[$index]->getWikiValue(), $this->mTitle->getText());
139139 $r .= $searchlink->getHTML($this->getSkin());
140140 }
141141 }

Status & tagging log