From: Vincent Vanwaelscappel Date: Fri, 13 Dec 2019 17:00:28 +0000 (+0100) Subject: wip #3262 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f4c7f71d5ba4d9ed13d0fc0eff6f3925b1a7bfa5;p=pmi.git wip #3262 @0.25 --- diff --git a/app/Templates/Catalog.php b/app/Templates/Catalog.php index 044e237..46779fa 100644 --- a/app/Templates/Catalog.php +++ b/app/Templates/Catalog.php @@ -64,6 +64,7 @@ class Catalog extends TemplateAbstract continue; } $detail = new PageItem(); + $detail->setLocale($menu->getLocale()); $detail->initFromEntity($product); $detail->setTitle($product->name); $detail->setHref($product->getSlugOrTitleAttribute());