Commit 7612cbbe4117ffea352020c4d7e3c3122aa0f46d

Authored by Alex Savenko
1 parent c1f098dc

remarketing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
console/controllers/FeedController.php
... ... @@ -47,7 +47,7 @@ class FeedController extends Controller
47 47 $url = Url::to(['catalog/product', 'product' => $product]);
48 48 if($this->checkUrl($url)){
49 49 print $this->count++ . "\n";
50   - $content[] = [$url];
  50 + $content[] = $url;
51 51 }
52 52 }
53 53  
... ...