]> source.dussan.org Git - redmine.git/commitdiff
Merged r19079 to 4.1-stable (#32470).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Nov 2019 10:32:43 +0000 (10:32 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Nov 2019 10:32:43 +0000 (10:32 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19080 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/auth_source_ldap.rb

index a1739c00e40a3f5caef1c8f9915a63ad9b36a66d..3c55bff75d5777216b4a6ad1d86a99ce189e6e3d 100644 (file)
@@ -250,5 +250,4 @@ class AuthSourceLdap < AuthSource
       value.to_s.force_encoding('UTF-8')
     end
   end
-  private_class_method :get_attr
 end