﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1484729,"Patch : in trunk, user config ($CONFIG) is updated only after a logout/login",the_glu,,"In trunk, we the user save his preferences, they seem updated the first time, but if he re access to the preferences pages, old values are showed. Login/logout fix the problem.

Here is a patch :


{{{
--- base-trunk-no-svn/roundcubemail/program/include/rcube_user.inc	2008-01-26 14:04:11.000000000 +0100
+++ trunk/roundcubemail/program/include/rcube_user.inc	2008-01-27 16:34:35.305457365 +0100
@@ -119,6 +119,7 @@
     if ($DB->affected_rows())
     {
       $CONFIG = array_merge($CONFIG, $a_user_prefs);
+      $_SESSION['user_prefs'] = $a_user_prefs;
       return true;
     }

}}}
",Feature Patches,closed,2,0.1-stable,Core functionality,git-master,normal,fixed,,
