Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmangino committed Dec 12, 2012
1 parent 392edb7 commit 367b165
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 @@ -240,7 +240,7 @@ 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 = Mogli::User.new(:id=>session[:facebooker2_user_id])
sign_in_user_and_client(user, client)
fb_sign_in_user_and_client(user, client)
end
end

Expand Down

0 comments on commit 367b165

Please sign in to comment.