mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Incorrect case close operands
This commit is contained in:
parent
2e092c7bd4
commit
a978ae260a
7 changed files with 22 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue