diff --git a/console/controllers/FeedController.php b/console/controllers/FeedController.php index 012104a..3dc4e3d 100644 --- a/console/controllers/FeedController.php +++ b/console/controllers/FeedController.php @@ -60,10 +60,11 @@ class FeedController extends Controller $handle = fopen($dirName .'/'. $filename, "w"); $content[] = ['ID', 'ID2', 'Item Category', 'Item title', 'Item description', 'Price']; + $content[] = ['ID', 'ID2', 'Item Category', 'Item title', 'Item description', 'Price']; - foreach ($this->getProducts() as $product) { - $this->createRow($product, $content); - } +// foreach ($this->getProducts() as $product) { +// $this->createRow($product, $content); +// } fputcsv($handle, $content); fclose($handle); -- libgit2 0.21.4