bug: cannot create user
This commit is contained in:
parent
04c353f6d1
commit
126da79b29
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ if ( isset ($_POST["ADD"]) )
|
|||
$login=strtolower($login);
|
||||
$new_user->login=$login;
|
||||
$new_user->pass=$pass5;
|
||||
$new_user->email=$http->post('EMAIL','');
|
||||
$new_user->email=$http->post('EMAIL',"string",'');
|
||||
if ( trim($login)=="")
|
||||
{
|
||||
alert(_("Le login ne peut pas être vide"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue