Fix plugin loading when occurring after openproject-plugins in Gemfile

pull/6827/head
Michael Frister 11 years ago committed by Michael Frister
parent 31ae079c69
commit 149f034e67
  1. 4
      lib/open_project/backlogs/engine.rb

@ -33,6 +33,10 @@
# See doc/COPYRIGHT.rdoc for more details.
#++
# Prevent load-order problems in case openproject-plugins is listed after a plugin in the Gemfile
# or not at all
require 'open_project/plugins'
require 'acts_as_silent_list'
module OpenProject::Backlogs

Loading…
Cancel
Save