Revision 315
Added by stefan over 19 years ago
| trunk/wb/admin/login/forgot/index.php | ||
|---|---|---|
| 96 | 96 |
|
| 97 | 97 |
If you have received this message in error, please delete it immediatly.'; |
| 98 | 98 |
// Try sending the email |
| 99 |
if($wb->mail('From: '.SERVER_EMAIL,$mail_to,$mail_subject,$mail_message)) {
|
|
| 99 |
if($admin->mail('From: '.SERVER_EMAIL,$mail_to,$mail_subject,$mail_message)) {
|
|
| 100 | 100 |
$message = $MESSAGE['FORGOT_PASS']['PASSWORD_RESET']; |
| 101 | 101 |
$display_form = false; |
| 102 | 102 |
} else {
|
| ... | ... | |
| 161 | 161 |
$template->parse('main', 'main_block', false);
|
| 162 | 162 |
$template->pparse('output', 'page');
|
| 163 | 163 |
|
| 164 |
?> |
|
| 164 |
?> |
|
Also available in: Unified diff
Changed ->mail to ->mail in admin/login/forgot/index.php - ticket #136