diff --git a/lib/redmine_dmsf/patches/notifiable_patch.rb b/lib/redmine_dmsf/patches/notifiable_patch.rb index e0a9d483..a61a812a 100644 --- a/lib/redmine_dmsf/patches/notifiable_patch.rb +++ b/lib/redmine_dmsf/patches/notifiable_patch.rb @@ -56,6 +56,6 @@ if Redmine::Plugin.installed?(:easy_extensions) RedmineExtensions::PatchManager.register_patch_to_be_first 'Redmine::Notifiable', 'RedmineDmsf::Patches::NotifiablePatch', prepend: true, first: true elsif(!(RedmineDmsf::Plugin.present?(:redmine_questions) || Redmine::Plugin.installed?(:redmine_contacts) || - Redmine::Plugin.installed?(:redmine_checklist))) + Redmine::Plugin.installed?(:redmine_checklists))) Redmine::Notifiable.prepend RedmineDmsf::Patches::NotifiablePatch -end \ No newline at end of file +end