Commit 7612cbbe4117ffea352020c4d7e3c3122aa0f46d
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,7 +47,7 @@ class FeedController extends Controller | ||
47 | $url = Url::to(['catalog/product', 'product' => $product]); | 47 | $url = Url::to(['catalog/product', 'product' => $product]); |
48 | if($this->checkUrl($url)){ | 48 | if($this->checkUrl($url)){ |
49 | print $this->count++ . "\n"; | 49 | print $this->count++ . "\n"; |
50 | - $content[] = [$url]; | 50 | + $content[] = $url; |
51 | } | 51 | } |
52 | } | 52 | } |
53 | 53 |