Project

General

Profile

« Previous | Next » 

Revision 315

Added by stefan about 18 years ago

Changed ->mail to ->mail in admin/login/forgot/index.php - ticket #136

View differences:

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