From: vincent@cubedesigners.com Date: Mon, 30 Aug 2021 13:34:24 +0000 (+0000) Subject: wait #4658 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=baf5361c0984843160649e00d99783c834967fc7;p=cubeextranet.git wait #4658 @0.5 --- 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 a772c41ab..2657ac1e4 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -759,7 +759,7 @@ class triggerLink extends normalLink $e = explode(',', $id); $res = []; foreach ($e as $item) { - $res = trim($item); + $res[] = trim($item); } return implode(',', $res); }