From baf5361c0984843160649e00d99783c834967fc7 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 30 Aug 2021 13:34:24 +0000 Subject: [PATCH] wait #4658 @0.5 --- 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 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); } -- 2.39.5