From 9d3f6cb3aef76b716b9d1892aff24cc776c8629c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 16 Nov 2019 10:32:43 +0000 Subject: [PATCH] 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 --- app/models/auth_source_ldap.rb | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5