diff --git a/console/controllers/FeedController.php b/console/controllers/FeedController.php index 3dc4e3d..635c072 100644 --- a/console/controllers/FeedController.php +++ b/console/controllers/FeedController.php @@ -60,7 +60,7 @@ 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']; + //$content[] = ['ID', 'ID2', 'Item Category', 'Item title', 'Item description', 'Price']; // foreach ($this->getProducts() as $product) { // $this->createRow($product, $content); -- libgit2 0.21.4