git 2 年之前
父節點
當前提交
8efbe82a6a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Home/Lib/Action/ListeningFileCreateAction.class.php

+ 1 - 1
Home/Lib/Action/ListeningFileCreateAction.class.php

@@ -51,7 +51,7 @@ class ListeningFileCreateAction extends Action {
 		    {
 		        continue;
 		    }
-		    $data = explode(',',$data);
+		    $data = explode('\n',$data);
 		    foreach($data as $item)
 		    {
 		        echo $item;