issue 70 if only one check file in file admin, can not manangement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8885 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-08-25 05:32:29 +00:00
parent da739f1d83
commit 3573348993

View file

@ -268,6 +268,7 @@
if(count($fileSrlList) > 0) {
$oFileModel = &getModel('file');
$fileList = $oFileModel->getFile($fileSrlList);
if(!is_array($fileList)) $fileList = array($fileList);
if(is_array($fileList))
{