summaryrefslogtreecommitdiff
path: root/app/helpers/profile_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/profile_helper.rb')
-rw-r--r--app/helpers/profile_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/profile_helper.rb b/app/helpers/profile_helper.rb
index 297ae83d895..0b375558305 100644
--- a/app/helpers/profile_helper.rb
+++ b/app/helpers/profile_helper.rb
@@ -1,5 +1,5 @@
module ProfileHelper
- def oauth_active_class provider
+ def oauth_active_class(provider)
if current_user.provider == provider.to_s
'active'
end