提交 1ed9aeea 编写于 作者: D devil_gong

附件上传变量未定义修复

上级 27ea08c6
......@@ -313,7 +313,7 @@ class UeditorService
$source = isset(self::$params[$field_name]) ? self::$params[$field_name] : self::$params[$field_name];
foreach($source as $imgUrl)
{
$item = new \base\Uploader($imgUrl, $temp_config, "remote");
$up = new \base\Uploader($imgUrl, $temp_config, "remote");
/**
* 得到上传文件所对应的各个参数,数组结构
* array(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册