r101965 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101964‎ | r101965 | r101966 >
Date:06:58, 4 November 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
$return variable is only used once. No need to append.
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
@@ -215,7 +215,7 @@
216216 $headerOptions['id'] = $headerId;
217217 }
218218
219 - $return .= Xml::tags( $headerTag, $headerOptions, $section );
 219+ $return = Xml::tags( $headerTag, $headerOptions, $section );
220220
221221 return $return;
222222 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r102236MFT r90286, r100671, r100837, r100950, r101060, r101063, r101064, r101073, r1......khorn03:06, 7 November 2011
r102237MFT r90286, r100671, r100837, r100950, r101060, r101063, r101064, r101073, r1......khorn03:07, 7 November 2011

Status & tagging log