From: Jean-Philippe Lang Date: Sat, 16 Nov 2019 10:32:43 +0000 (+0000) Subject: Merged r19079 to 4.1-stable (#32470). X-Git-Tag: 4.1.0~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9d3f6cb3aef76b716b9d1892aff24cc776c8629c;p=redmine.git Merged r19079 to 4.1-stable (#32470). git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19080 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/models/auth_source_ldap.rb b/app/models/auth_source_ldap.rb index a1739c00e..3c55bff75 100644 --- a/app/models/auth_source_ldap.rb +++ b/app/models/auth_source_ldap.rb @@ -250,5 +250,4 @@ class AuthSourceLdap < AuthSource value.to_s.force_encoding('UTF-8') end end - private_class_method :get_attr end