git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4373 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-07-16 06:06:52 +00:00
parent 943b242827
commit e3ec34e1aa

View file

@ -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;
}
}