Index: branches/ContactPageFundraiser/SpecialContact.php |
— | — | @@ -283,7 +283,7 @@ |
284 | 284 | } |
285 | 285 | |
286 | 286 | function doSubmit( ) { |
287 | | - global $wgOut; |
| 287 | + global $wgOut, $wgRequest; |
288 | 288 | global $wgEnableEmail, $wgUserEmailUseReplyTo, $wgEmergencyContact; |
289 | 289 | global $wgContactUser, $wgContactSender, $wgContactSenderName; |
290 | 290 | |