git 2 yıl önce
ebeveyn
işleme
8efbe82a6a

+ 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;