Browse Source

Fix an error "uninitialized constant Redmine::ProjectJumpBox" in the production environment (#31355).


git-svn-id: http://svn.redmine.org/redmine/trunk@18183 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Go MAEDA 5 years ago
parent
commit
ff458df977
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lib/redmine.rb

+ 1
- 0
lib/redmine.rb View File

@@ -43,6 +43,7 @@ require 'redmine/field_format'
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'

Loading…
Cancel
Save