支付附件分离

This commit is contained in:
gongfuxiang
2019-06-17 20:59:58 +08:00
parent da1850047b
commit 651a340269
2 changed files with 4 additions and 1 deletions

View File

@ -367,7 +367,7 @@ class Ueditor extends Common
// 倒序
//$files = $this->ArrayQuickSort($files);
if(count($files) > 0)
if(is_array($files) && count($files) > 0)
{
/* 获取指定范围的列表 */
$len = count($files);