Incorrect case close operands

This commit is contained in:
Yuriy Pikhtarev 2017-01-30 22:41:02 +03:00
commit a978ae260a
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
7 changed files with 22 additions and 19 deletions

View file

@ -119,7 +119,7 @@ function create_thumbnail($source, $new_file, $mimetype)
return false;
}
list($width, $height, $type,) = getimagesize($source);
list($width, $height, $type, ) = getimagesize($source);
if (!$width || !$height) {
return false;