Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php |
— | — | @@ -215,7 +215,7 @@ |
216 | 216 | $headerOptions['id'] = $headerId; |
217 | 217 | } |
218 | 218 | |
219 | | - $return .= Xml::tags( $headerTag, $headerOptions, $section ); |
| 219 | + $return = Xml::tags( $headerTag, $headerOptions, $section ); |
220 | 220 | |
221 | 221 | return $return; |
222 | 222 | } |