r84574 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84573‎ | r84574 | r84575 >
Date:22:26, 22 March 2011
Author:hashar
Status:ok (Comments)
Tags:
Comment:
Remove sneaky space in class-> method() call

follow up r82406
Modified paths:
  • /trunk/phase3/includes/ChangeTags.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangeTags.php
@@ -173,7 +173,7 @@
174174
175175 $html = implode( ' ', $data );
176176 $html .= "\n" . Xml::element( 'input', array( 'type' => 'submit', 'value' => wfMsg( 'tag-filter-submit' ) ) );
177 - $html .= "\n" . Html::hidden( 'title', $title-> getPrefixedText() );
 177+ $html .= "\n" . Html::hidden( 'title', $title->getPrefixedText() );
178178 $html = Xml::tags( 'form', array( 'action' => $title->getLocalURL(), 'method' => 'get' ), $html );
179179
180180 return $html;

Follow-up revisions

RevisionCommit summaryAuthorDate
r846041.17wmf1: MFT r83494, r84454, r84464, r84543, r84574. Did not merge the i18n ...catrope16:45, 23 March 2011
r85435MFT: r84431, r84464, r84543, r84553, r84573, r84574, r84577, r84729, r84765, ...demon14:00, 5 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75722Update deprecated method calls...reedy16:20, 31 October 2010

Comments

#Comment by Hashar (talk | contribs)   22:31, 22 March 2011

Tagging for inclusion in 1.17 to fix r75722

Status & tagging log