FIX Error message
This commit is contained in:
parent
2308d28c19
commit
8aebc37a5f
@ -917,7 +917,7 @@ class User extends CommonObject
|
|||||||
if (empty($this->login))
|
if (empty($this->login))
|
||||||
{
|
{
|
||||||
$langs->load("errors");
|
$langs->load("errors");
|
||||||
$this->error = $langs->trans("ErrorFieldRequired",$this->login);
|
$this->error = $langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("Login"));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user