r38797 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38796‎ | r38797 | r38798 >
Date:17:45, 7 August 2008
Author:yaron
Status:old
Tags:
Comment:
Another change reflecting the conversion of Title objects to SMWWikiPageValue
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialBrowse.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialBrowse.php
@@ -132,7 +132,7 @@
133133 $innercount += 1;
134134 if (($innercount < $innerlimit) || !$more) {
135135 $subjectlink = SMWInfolink::newBrowsingLink('+',$subject->getShortHTMLText());
136 - $html .= $skin->makeKnownLinkObj($subject, smwfT($subject->getTitle(), TRUE)) . '&nbsp;' . $subjectlink->getHTML($skin);
 136+ $html .= $skin->makeKnownLinkObj($subject->getTitle(), smwfT($subject->getTitle(), TRUE)) . '&nbsp;' . $subjectlink->getHTML($skin);
137137 if ($innercount<$subjectcount) $html .= ", \n";
138138 } else {
139139 $html .= '<a href="' . $skin->makeSpecialUrl('SearchByProperty', 'property=' . urlencode($result->getPrefixedText()) . '&value=' . urlencode($article->getLongWikiText())) . '">' . wfMsg("smw_browse_more") . "</a>\n";

Status & tagging log