1
0
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:
Jakub Senko
2016-05-29 17:16:02 +02:00
parent 0a512b2695
commit 7dc1af25bc
5 changed files with 7 additions and 7 deletions

View File

@@ -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');