修正文件浏览bug

This commit is contained in:
2021-05-14 09:05:21 +08:00
parent 6e59a7dd41
commit 2f05787f14
7 changed files with 92 additions and 57 deletions
+1 -1
View File
@@ -2033,7 +2033,7 @@ class Form
$value = join(",", $value);
break;
case 'images':
$value = join("\n", (array)$value);
$value = join(",", (array)$value);
break;
case 'date':
if ($setting['save'] == 'u') {