mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/14150] Update fast-image-size to newest version
PHPBB3-14150
This commit is contained in:
@@ -370,7 +370,7 @@ class parser implements \phpbb\textformatter\parser_interface
|
||||
|
||||
if ($max_height || $max_width)
|
||||
{
|
||||
$imagesize = new \fastImageSize\fastImageSize();
|
||||
$imagesize = new \FastImageSize\FastImageSize();
|
||||
$size_info = $imagesize->getImageSize($url);
|
||||
if ($size_info === false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user