Merge remote branch 'remotes/apmon/openID' into openID

This commit is contained in:
Ævar Arnfjörð Bjarmason 2010-04-27 20:50:01 +00:00
commit 433464ecc2

View file

@ -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