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).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1187 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-03-05 09:01:37 +00:00
parent 918937c873
commit d8c97b32dd
2 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Rails::Initializer.run do |config|
:port => 25,
:domain => "somenet.foo",
:authentication => :login,
:user_name => "redmine",
:user_name => "redmine@somenet.foo",
:password => "redmine",
}

View File

@ -15,6 +15,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require 'gloc'
module Redmine
module MenuManager
module MenuController