Commit 79dcebba53ec892742da2f0fef432afef3070fae

Authored by Alex Savenko
1 parent 15e8d972

remarketing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
console/controllers/FeedController.php
... ... @@ -60,7 +60,7 @@ class FeedController extends Controller
60 60 $handle = fopen($dirName .'/'. $filename, "w");
61 61  
62 62 $content[] = ['ID', 'ID2', 'Item Category', 'Item title', 'Item description', 'Price'];
63   - $content[] = ['ID', 'ID2', 'Item Category', 'Item title', 'Item description', 'Price'];
  63 + //$content[] = ['ID', 'ID2', 'Item Category', 'Item title', 'Item description', 'Price'];
64 64  
65 65 // foreach ($this->getProducts() as $product) {
66 66 // $this->createRow($product, $content);
... ...