Skip to content

Commit

Permalink
Fix for google apps users
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-gordo committed Feb 26, 2010
1 parent 184d198 commit 873fbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crm_google_calendar/crm_google_calendar_model_hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_calendar
return false
end

GCal4Ruby::Calendar.find(service, current_user.pref[:google_account]).first
service.calendars.first

end

Expand Down

0 comments on commit 873fbe4

Please sign in to comment.