Skip to content

Commit

Permalink
Fix an error "uninitialized constant Redmine::ProjectJumpBox" in the …
Browse files Browse the repository at this point in the history
…production environment (#31355).

git-svn-id: http://svn.redmine.org/redmine/trunk@18183 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
vividtone committed May 21, 2019
1 parent 1f3a456 commit ff458df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/redmine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
require 'redmine/menu_manager'
require 'redmine/notifiable'
require 'redmine/platform'
require 'redmine/project_jump_box'
require 'redmine/mime_type'
require 'redmine/search'
require 'redmine/syntax_highlighting'
Expand Down

0 comments on commit ff458df

Please sign in to comment.