Commit eb371db5 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixed: RMagick not loaded on case sensitive filesystems.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@741 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent f23daffd
......@@ -5,7 +5,7 @@ require 'redmine/acts_as_watchable/init'
require 'redmine/acts_as_event/init'
begin
require_library_or_gem 'rmagick' unless Object.const_defined?(:Magick)
require_library_or_gem 'RMagick' unless Object.const_defined?(:Magick)
rescue LoadError
# RMagick is not available
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment