rabin 2 年之前
父节点
当前提交
cd956b3f55
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Data.php

+ 1 - 1
lib/Data.php

@@ -189,7 +189,7 @@ class Data
                     $v = str_replace("\n", '<br />', $v);
                 }
 
-                if (strstr($v, 'pics')) {
+                if (strstr($k, 'pics')) {
                     $v = explode(',', $v);
                 }