##// END OF EJS Templates
Fixes #780: Redmine fails to start with a const_missing error on Redmine::MenuManager::MenuItem::GLoc (occurs when a Redmine plugin is loaded before GLoc)....
Jean-Philippe Lang -
r1173:d8c97b32dd3c
parent child
Show More
@@ -48,7 +48,7 Rails::Initializer.run do |config|
48 :port => 25,
48 :port => 25,
49 :domain => "somenet.foo",
49 :domain => "somenet.foo",
50 :authentication => :login,
50 :authentication => :login,
51 :user_name => "redmine",
51 :user_name => "redmine@somenet.foo",
52 :password => "redmine",
52 :password => "redmine",
53 }
53 }
54
54
@@ -15,6 +15,8
15 # along with this program; if not, write to the Free Software
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
17
18 require 'gloc'
19
18 module Redmine
20 module Redmine
19 module MenuManager
21 module MenuManager
20 module MenuController
22 module MenuController
General Comments 0
You need to be logged in to leave comments. Login now