Fixed typo

This commit is contained in:
pelly ryu 2016-08-30 03:09:42 +09:00
parent 62f56919f7
commit 484b0e7fbe

View file

@ -914,7 +914,7 @@ class documentItem extends Object
$source_file = null;
$is_tmp_file = false;
// Find an iamge file among attached files if exists
// Find an image file among attached files if exists
if($this->hasUploadedFiles())
{
$file_list = $this->getUploadedFiles();