From 1c2dda3b000a5b8cd575dc9c2242d5d8d2b3061e Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 28 Oct 2020 12:32:16 +0000 Subject: [PATCH] wait #3998 @0:10 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index a0dda0cc6..43367c81a 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -113,7 +113,7 @@ class wsHTML5Link return new actionLink($id, $init, $compiler); case 12: if ($compiler->book->parametres->basketManager === 'Puma') { - if (isset($compiler->config->product_zoom_references[$init['to']]) && count(isset($compiler->config->product_zoom_references[$init['to']])) > 0) { + if (isset($compiler->config->product_zoom_references[$init['to']]) && count($compiler->config->product_zoom_references[$init['to']]) > 0 && implode('', $compiler->config->product_zoom_references[$init['to']]) != '') { $init['infobulle'] = 'Digital information'; } return new zoomProductLink($id, $init, $compiler); -- 2.39.5