mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
支付附件分离
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user