diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-09-08 12:59:55 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-09-08 12:59:55 +0200 |
commit | 58286171f1035495c8c2a6fdffce9f3842601e66 (patch) | |
tree | ba59c8f1c906e183fc2b4878fe7ccfb09df73b83 /phpBB/includes/functions_upload.php | |
parent | 3ddee852fa0c1dd1518681679f52a4f9b427a9da (diff) | |
download | forums-58286171f1035495c8c2a6fdffce9f3842601e66.tar forums-58286171f1035495c8c2a6fdffce9f3842601e66.tar.gz forums-58286171f1035495c8c2a6fdffce9f3842601e66.tar.bz2 forums-58286171f1035495c8c2a6fdffce9f3842601e66.tar.xz forums-58286171f1035495c8c2a6fdffce9f3842601e66.zip |
[ticket/14150] Update fast-image-size to newest version
PHPBB3-14150
Diffstat (limited to 'phpBB/includes/functions_upload.php')
-rw-r--r-- | phpBB/includes/functions_upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_upload.php b/phpBB/includes/functions_upload.php index dcc9bc4874..3ab87ee794 100644 --- a/phpBB/includes/functions_upload.php +++ b/phpBB/includes/functions_upload.php @@ -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); |