diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-07-07 19:15:33 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-07-07 19:15:33 +0200 |
| commit | 55b854906d31d60f9f3065910a3d1b1ca6d0b6bf (patch) | |
| tree | 9e362967c05c308824001f2a81d9ef62c8b5740f /phpBB/install | |
| parent | cddb884be6c8a8890f4fbd7415763d46e51e050b (diff) | |
| parent | 7dc1af25bc2dc0ba59990d53cb7dcdb9c0d48480 (diff) | |
| download | forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar.gz forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar.bz2 forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.tar.xz forums-55b854906d31d60f9f3065910a3d1b1ca6d0b6bf.zip | |
Merge pull request #4342 from Senky/ticket/14654
[ticket/14654] Change Imagemagick to ImageMagick
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/install_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 5b818f9475..bb3a74ee5e 100644 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -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'); |
