noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 26/30: fix bug with email user


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 26/30: fix bug with email user
Date: Tue, 02 Jun 2015 22:29:15 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4a8e05ae4a91891fde0daa7b56261479f61c1e79
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jun 2 20:18:33 2015 +0200

    fix bug with email user
---
 html/do.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/html/do.php b/html/do.php
index 2f52600..be9c1db 100644
--- a/html/do.php
+++ b/html/do.php
@@ -144,8 +144,7 @@ if ( isset ($_POST['set_preference'])) {
     $_SESSION['g_theme']=$style_user;
     $_SESSION['g_pagesize']=$p_size;
     $_SESSION['g_lang']=$lang;
-    $g_user->email=$p_email;
-    $g_user->save();
+    $g_user->save_email($p_email);
 }
 
 /*



reply via email to

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