Merge remote branch 'remotes/apmon/openID' into openID
This commit is contained in:
commit
433464ecc2
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ class UserController < ApplicationController
|
|||
@user.home_lat = params[:user][:home_lat]
|
||||
@user.home_lon = params[:user][:home_lon]
|
||||
|
||||
@user.openid_url = nil if (params[:user][:openid_url].length == 0)
|
||||
|
||||
if @user.save
|
||||
set_locale
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue