1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-07 16:11:30 +00:00

Removed left-over code comment.

git-svn-id: http://svn.redmine.org/redmine/trunk@15961 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-11-18 12:06:19 +00:00
parent 298c8a9f0a
commit 9acc16d68d

View File

@ -960,7 +960,7 @@ module Redmine
def edit_tag(view, tag_id, tag_name, custom_value, options={})
attachment = nil
if custom_value.value.present? #&& custom_value.value == custom_value.value_was
if custom_value.value.present?
attachment = Attachment.find_by_id(custom_value.value)
end