1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Typo in class name (#24150).

git-svn-id: http://svn.redmine.org/redmine/trunk@15960 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-11-18 12:04:38 +00:00
parent e6130a1e0d
commit 298c8a9f0a

View File

@ -860,7 +860,7 @@ module Redmine
end end
end end
class AttachementFormat < Base class AttachmentFormat < Base
add 'attachment' add 'attachment'
self.form_partial = 'custom_fields/formats/attachment' self.form_partial = 'custom_fields/formats/attachment'
self.is_filter_supported = false self.is_filter_supported = false