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;