mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-10 14:02:12 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4373 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
943b242827
commit
e3ec34e1aa
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@
|
|||
if(!preg_match("/\.(jpg|png|jpeg|gif|bmp)$/i",$file->source_filename)) continue;
|
||||
|
||||
$source_file = $file->uploaded_filename;
|
||||
if(!file_exists($source_file)) continue;
|
||||
if(!file_exists($source_file)) $source_file = null;
|
||||
else break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue