mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/14150] Update fast-image-size to newest version
PHPBB3-14150
This commit is contained in:
@@ -403,7 +403,7 @@ class filespec
|
||||
$this->width = $this->height = 0;
|
||||
|
||||
// Get imagesize class
|
||||
$imagesize = new \fastImageSize\fastImageSize();
|
||||
$imagesize = new \FastImageSize\FastImageSize();
|
||||
|
||||
$this->image_info = $imagesize->getImageSize($this->destination_file, $this->mimetype);
|
||||
|
||||
|
Reference in New Issue
Block a user