mirror of
				https://github.com/redmine/redmine.git
				synced 2025-10-31 18:36:07 +01:00 
			
		
		
		
	Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23598 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
		| @@ -400,7 +400,9 @@ module Redmine | |||||||
|             MiniMagick.cli_path = File.dirname(Redmine::Configuration['imagemagick_convert_command']) |             MiniMagick.cli_path = File.dirname(Redmine::Configuration['imagemagick_convert_command']) | ||||||
|           else |           else | ||||||
|             Rails.logger.warn( |             Rails.logger.warn( | ||||||
|               'imagemagick_convert_command option is ignored because MiniMagick has removed the option to define a custom path for the binary. Please ensure the convert binary is available in your PATH.' |               'imagemagick_convert_command option is ignored ' \ | ||||||
|  |               'because MiniMagick has removed the option to define a custom path for the binary. ' \ | ||||||
|  |               'Please ensure the convert binary is available in your PATH.' | ||||||
|             ) |             ) | ||||||
|           end |           end | ||||||
|         end |         end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user