mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
deleted pm references and small fixes to the thumbnail creation
git-svn-id: file:///svn/phpbb/trunk@4169 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -183,7 +183,7 @@ if ($search_imagick)
|
||||
$imagick = str_replace('\\', '/', $_ENV['MAGICK_HOME']);
|
||||
}
|
||||
|
||||
$new['img_imagick'] = $imagick . 'convert' . $exe;
|
||||
$new['img_imagick'] = $imagick;
|
||||
}
|
||||
|
||||
// Check Settings
|
||||
|
Reference in New Issue
Block a user