aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-09-08 12:59:55 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-09-08 12:59:55 +0200
commit58286171f1035495c8c2a6fdffce9f3842601e66 (patch)
treeba59c8f1c906e183fc2b4878fe7ccfb09df73b83 /phpBB/phpbb/textformatter
parent3ddee852fa0c1dd1518681679f52a4f9b427a9da (diff)
downloadforums-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/phpbb/textformatter')
-rw-r--r--phpBB/phpbb/textformatter/s9e/parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/parser.php b/phpBB/phpbb/textformatter/s9e/parser.php
index 838c211e56..ffaffbc63c 100644
--- a/phpBB/phpbb/textformatter/s9e/parser.php
+++ b/phpBB/phpbb/textformatter/s9e/parser.php
@@ -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)
{