Skip to content

Commit

Permalink
#1578 A typo
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Jan 13, 2025
1 parent d33d750 commit 638fb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redmine_dmsf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def dmsf_keep_documents_locked?
end

def dmsf_act_as_attachable?
value = Setting.plugin_redmine_dmsf['dmsf_act_as_attachable?']
value = Setting.plugin_redmine_dmsf['dmsf_act_as_attachable']
value.to_i.positive? || value == 'true'
end

Expand Down

0 comments on commit 638fb90

Please sign in to comment.