Skip to content

Commit

Permalink
Internal error while opening Settings page #1424
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Aug 13, 2024
1 parent bae3185 commit d27a77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redmine_dmsf/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def self.present?(id)
# It is related especially to plugins made by AlphaNode and RedmineUP.
def self.an_obsolete_plugin_present?
plugins = %w[easyproject/easy_plugins/easy_money redmine_questions redmine_db redmine_passwords redmine_resources
redmine_products]
redmine_products redmine_finance]
plugins.each do |plugin|
return true if Plugin.present?(plugin)
end
Expand Down

0 comments on commit d27a77b

Please sign in to comment.