Commit 9334adf5a2186795722578977faf8cd60903c60e
1 parent
ae8f5f1b
remarketing
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
console/controllers/FeedController.php
@@ -46,7 +46,7 @@ class FeedController extends Controller | @@ -46,7 +46,7 @@ class FeedController extends Controller | ||
46 | $product->category->name, | 46 | $product->category->name, |
47 | $product->name, | 47 | $product->name, |
48 | $product->price.' UAH', | 48 | $product->price.' UAH', |
49 | - $product->image->getImageUrl(), | 49 | + Yii::app()->name.$product->image->getImageUrl(), |
50 | $url, | 50 | $url, |
51 | ]; | 51 | ]; |
52 | } | 52 | } |