diff --git a/upload/modules/ajax/register.php b/upload/modules/ajax/register.php index d7363d0..fa9f3f9 100644 --- a/upload/modules/ajax/register.php +++ b/upload/modules/ajax/register.php @@ -99,7 +99,7 @@ $message = $this->core->sp(MCR_THEME_PATH."modules/register/body.mail.html", $data_mail); - if(!$this->core->send_mail($email, $this->lng['msg_title'], $message)){ $this->core->js_notify($this->core->lng['e_sql_critical']); } + if(!$this->core->send_mail($email, $this->lng['msg_title'], $message)){ $this->core->js_notify($this->core->lng['e_mail_send']); } $this->core->js_notify($this->lng['e_success_mail'], $this->core->lng['e_success'], true); } @@ -109,4 +109,4 @@ } -?> \ No newline at end of file +?>