mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
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:
parent
da739f1d83
commit
3573348993
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue