noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/03: p_email was not defined in preference,


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/03: p_email was not defined in preference, in the page user_login.php
Date: Mon, 6 Mar 2017 15:36:13 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3073b49ac3c992a8b39b17a6217e6d4c245790ea
Author: Dany De Bontridder <address@hidden>
Date:   Mon Mar 6 20:36:32 2017 +0100

    p_email was not defined in preference, in the page user_login.php
---
 html/user_login.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/html/user_login.php b/html/user_login.php
index 86bbffc..49e972a 100644
--- a/html/user_login.php
+++ b/html/user_login.php
@@ -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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]