Index: trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php |
— | — | @@ -200,7 +200,7 @@ |
201 | 201 | $form = str_replace( "@script_path", $wgScriptPath, $form ); |
202 | 202 | |
203 | 203 | // handle script path |
204 | | - $form = str_replace( "@verisign_logo", $this->getSmallSecureLogo( $this->form_data[ "uselang" ] ), $form ); |
| 204 | + $form = str_replace( "@verisign_logo", $this->getSmallSecureLogo(), $form ); |
205 | 205 | |
206 | 206 | $form = $this->fix_dropdowns( $form ); |
207 | 207 | |