From 79dcebba53ec892742da2f0fef432afef3070fae Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 6 Dec 2016 11:26:03 +0200 Subject: [PATCH] remarketing --- console/controllers/FeedController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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