Skip to content

Commit

Permalink
Fixed error preventing user profile information from being updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
razerbeans committed Aug 14, 2010
1 parent 90a8098 commit 6781007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/boardwalk/control_routes.rb
Expand Up @@ -212,6 +212,7 @@
end

post '/control/profile' do
@usero = current_user
posted_info = {}
params.delete 'password_confirmation'
params.each { |k,v| posted_info["#{k}"] = "#{v}" if v != '' && k != 'captures' }
Expand Down

0 comments on commit 6781007

Please sign in to comment.