p_email was not defined in preference, in the page user_login.php
This commit is contained in:
parent
4978240700
commit
3073b49ac3
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ if ( isset ($_POST['set_preference'])) {
|
|||
$pass_2=HtmlInput::default_value_post("pass_2", "");
|
||||
$style_user=HtmlInput::default_value_post("style_user", "");
|
||||
$lang=HtmlInput::default_value_post("lang", "");
|
||||
$p_email=HtmlInput::default_value_post("email", "");
|
||||
if (strlen(trim($pass_1)) != 0 && strlen(trim($pass_2)) != 0)
|
||||
{
|
||||
$User->save_password($pass_1,$pass_2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue