Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmangino committed Dec 12, 2012
1 parent 55ee7c1 commit 392edb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facebooker2/rails/controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def oauth2_store_client_and_user_in_session(client, user)
def oauth2_fetch_client_and_user_from_session
if session[:facebooker2_access_token]
client = Mogli::Client.new(session[:facebooker2_access_token],session[:facebooker2_expiration])
user = Moglie::User.new(:id=>session[:facebooker2_user_id])
user = Mogli::User.new(:id=>session[:facebooker2_user_id])
sign_in_user_and_client(user, client)
end
end
Expand Down

0 comments on commit 392edb7

Please sign in to comment.