r90111 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90110‎ | r90111 | r90112 >
Date:14:31, 15 June 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix typo
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DV_Property.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DV_Property.php
@@ -194,7 +194,7 @@
195195 }
196196 }
197197
198 - public function getShortHTMLText( $linker = null ) {
 198+ public function getShortHTMLText( $linked = null ) {
199199 if ( $this->isVisible() ) {
200200 $wikiPageValue = $this->getWikiPageValue();
201201 return is_null( $wikiPageValue ) ? '' : $this->highlightText( $wikiPageValue->getShortHTMLText( $linked ) );
@@ -212,7 +212,7 @@
213213 }
214214 }
215215
216 - public function getLongHTMLText( $linker = null ) {
 216+ public function getLongHTMLText( $linked = null ) {
217217 if ( $this->isVisible() ) {
218218 $wikiPageValue = $this->getWikiPageValue();
219219 return is_null( $wikiPageValue ) ? '' : $this->highlightText( $wikiPageValue->getLongHTMLText( $linked ) );