mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14654] Change Imagemagick to ImageMagick
PHPBB3-14654
This commit is contained in:
@@ -404,7 +404,7 @@ class install_install extends module
|
||||
));
|
||||
}
|
||||
|
||||
// Can we find Imagemagick anywhere on the system?
|
||||
// Can we find ImageMagick anywhere on the system?
|
||||
$exe = (DIRECTORY_SEPARATOR == '\\') ? '.exe' : '';
|
||||
|
||||
$magic_home = getenv('MAGICK_HOME');
|
||||
|
Reference in New Issue
Block a user