1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge branch '3.1.x' into 3.2.x

Conflicts:
	phpBB/install/install_install.php
	phpBB/language/en/install.php
This commit is contained in:
Marc Alexander
2016-07-07 19:19:40 +02:00
4 changed files with 5 additions and 5 deletions

View File

@@ -544,7 +544,7 @@ function create_thumbnail($source, $destination, $mimetype)
$used_imagick = false;
// Only use imagemagick if defined and the passthru function not disabled
// Only use ImageMagick if defined and the passthru function not disabled
if ($config['img_imagick'] && function_exists('passthru'))
{
if (substr($config['img_imagick'], -1) !== '/')