mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
외부 이미지의 경우 섬네일을 생성하지 않는 문제점 개선
This commit is contained in:
parent
a2eee72f48
commit
9c97f24d35
1 changed files with 1 additions and 2 deletions
|
|
@ -910,8 +910,7 @@ class documentItem extends Object
|
|||
if(!file_exists($tmp_file)) continue;
|
||||
else
|
||||
{
|
||||
list($_w, $_h, $_t, $_a) = @getimagesize($tmp_file);
|
||||
if($_w<$width || $_h<$height) continue;
|
||||
list($_w, $_h, $_t, $_a) = getimagesize($tmp_file);
|
||||
|
||||
$source_file = $tmp_file;
|
||||
$is_tmp_file = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue