aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-07-07 19:19:40 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-07-07 19:19:40 +0200
commit45ba2e9770f2f012423bfc2a831771f48357e182 (patch)
treee8cff4f796f671f33878a474efb6c1ad3935248a /phpBB/phpbb/install
parent24b80d6bd7b3cc9d73d1b207b9b4e2c392738293 (diff)
parent55b854906d31d60f9f3065910a3d1b1ca6d0b6bf (diff)
downloadforums-45ba2e9770f2f012423bfc2a831771f48357e182.tar
forums-45ba2e9770f2f012423bfc2a831771f48357e182.tar.gz
forums-45ba2e9770f2f012423bfc2a831771f48357e182.tar.bz2
forums-45ba2e9770f2f012423bfc2a831771f48357e182.tar.xz
forums-45ba2e9770f2f012423bfc2a831771f48357e182.zip
Merge branch '3.1.x' into 3.2.x
Conflicts: phpBB/install/install_install.php phpBB/language/en/install.php
Diffstat (limited to 'phpBB/phpbb/install')
-rw-r--r--phpBB/phpbb/install/module/obtain_data/task/obtain_imagick_path.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module/obtain_data/task/obtain_imagick_path.php b/phpBB/phpbb/install/module/obtain_data/task/obtain_imagick_path.php
index 9f74b61770..377d96ed1a 100644
--- a/phpBB/phpbb/install/module/obtain_data/task/obtain_imagick_path.php
+++ b/phpBB/phpbb/install/module/obtain_data/task/obtain_imagick_path.php
@@ -37,7 +37,7 @@ class obtain_imagick_path extends \phpbb\install\task_base implements \phpbb\ins
*/
public function run()
{
- // 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');