Commit 7aa464c9a79723b0582a9f5723651aede3853116
1 parent
5ba4cfb4
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 |