mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/security/227] Replace ImageMagick support with thumbnail event
SECURITY-227
This commit is contained in:
@@ -46,7 +46,6 @@ class phpbb_console_command_thumbnail_test extends phpbb_database_test_case
|
||||
$config = $this->config = new \phpbb\config\config(array(
|
||||
'img_min_thumb_filesize' => 2,
|
||||
'img_max_thumb_width' => 2,
|
||||
'img_imagick' => '',
|
||||
));
|
||||
|
||||
$this->db = $this->db = $this->new_dbal();
|
||||
|
Reference in New Issue
Block a user