r101964 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101963‎ | r101964 | r101965 >
Date:06:57, 4 November 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Fixed wrong variable being used for form messages.
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
@@ -141,7 +141,7 @@
142142 } else {
143143
144144 // Display single message
145 - $return .= Xml::tags( 'p', array( 'class' => $errorClass ), $message );
 145+ $return .= Xml::tags( 'p', array( 'class' => $errorClass ), $this->form_errors[ $type ] );
146146 }
147147 }
148148

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