mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Cosmetics on message
This commit is contained in:
@@ -1445,7 +1445,7 @@ class User extends CI_Controller {
|
||||
|
||||
function check_email($mail) {
|
||||
if (($this->session->userdata('user_email') != $mail) && ($this->user_model->exists_by_email($mail) > 0)) {
|
||||
$this->form_validation->set_message('check_email', sprintf(__("Couldn't set account to this email. Please try another address than (%s)"),$mail));
|
||||
$this->form_validation->set_message('check_email', sprintf(__("Couldn't set account to this email. Please try another address than \"%s\"."), $mail));
|
||||
return FALSE;
|
||||
} else {
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user