summaryrefslogtreecommitdiff
path: root/lib/gitlab/saml
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-04-06 16:21:58 -0500
committerPatricio Cano <suprnova32@gmail.com>2016-04-06 16:21:58 -0500
commiteb0f1de36c6ebf13d86540bb79d7fb07fc3642f0 (patch)
treec3787d9138c02d37970f119e1593ad1fa9a1652c /lib/gitlab/saml
parentb95ac0962c96c933bc85b89558733055a21d3dd5 (diff)
downloadgitlab-ce-eb0f1de36c6ebf13d86540bb79d7fb07fc3642f0.tar.gz
Added CHANGELOG itemsaml-external-groups
Diffstat (limited to 'lib/gitlab/saml')
-rw-r--r--lib/gitlab/saml/user.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/saml/user.rb b/lib/gitlab/saml/user.rb
index 6ab165cf518..73fc443a02b 100644
--- a/lib/gitlab/saml/user.rb
+++ b/lib/gitlab/saml/user.rb
@@ -33,7 +33,6 @@ module Gitlab
# Avoid an unnecessary change of values and the subsequent save
@user.external = false if @user.external
else
- # Avoid an unnecessary change of values and the subsequent save
@user.external = true unless @user.external
end
end