@pref = @user.pref
@user.attributes = params[:user]
@user.pref.attributes = params[:pref]
- if request.post? and @user.save
+ if request.post? and @user.save and @user.pref.save
set_localization
flash.now[:notice] = l(:notice_account_updated)
self.logged_in_user.reload
* fixed: unable to delete an issue status even if it's not used yet\r
* fixed: filters ignored when exporting a predefined query to csv/pdf\r
* fixed: crash when french "issue_edit" email notification is sent\r
-\r
+* fixed: hide mail preference not saved (my/account)\r
\r
== 01/03/2006 v0.4.1\r
\r