Commit 69ea65481b9cb5203269f168a5617bccd8809006

Authored by Alex Savenko
1 parent 9334adf5

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 - Yii::app()->name.$product->image->getImageUrl(), 49 + \Yii::app()->name.$product->image->getImageUrl(),
50 $url, 50 $url,
51 ]; 51 ];
52 } 52 }