正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -781,7 +781,7 @@ class ProjectUpdate extends Command | @@ -781,7 +781,7 @@ class ProjectUpdate extends Command | ||
| 781 | } | 781 | } |
| 782 | $new_img = $this->source_download($image, $project_id, $domain, $web_url_domain, $home_url); | 782 | $new_img = $this->source_download($image, $project_id, $domain, $web_url_domain, $home_url); |
| 783 | //描述 | 783 | //描述 |
| 784 | - if (isset($item['description'])) { | 784 | + if (isset($item['description']) && $item['description']) { |
| 785 | //匹配描述资源 | 785 | //匹配描述资源 |
| 786 | $source_list = $this->html_preg($item['description'], $project_id, $domain, $web_url_domain, $home_url); | 786 | $source_list = $this->html_preg($item['description'], $project_id, $domain, $web_url_domain, $home_url); |
| 787 | if ($source_list) { | 787 | if ($source_list) { |
-
请 注册 或 登录 后发表评论