Commit 9e7d9f101ae1c9c60edb6d202a96d2fd34528b2c
1 parent
7aa464c9
remarketing
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
console/controllers/FeedController.php
| @@ -84,7 +84,7 @@ class FeedController extends Controller | @@ -84,7 +84,7 @@ class FeedController extends Controller | ||
| 84 | } | 84 | } |
| 85 | 85 | ||
| 86 | foreach ($content as $item) { | 86 | foreach ($content as $item) { |
| 87 | - fputcsv($handle, $item, ',', ''); | 87 | + fputcsv($handle, $item, ',', ' '); |
| 88 | } | 88 | } |
| 89 | fclose($handle); | 89 | fclose($handle); |
| 90 | 90 |