Merge pull request #570 from margincall/develop

Fixed typo
This commit is contained in:
BJRambo 2016-08-30 03:24:03 +09:00 committed by GitHub
commit aa88919ef5

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();