From ba347771291c3e12e7ccf48cd19c90dd71f04af5 Mon Sep 17 00:00:00 2001 From: Norbert Penel Date: Thu, 13 Feb 2025 14:00:42 +0100 Subject: [PATCH] You are not alone on the hool --- class/actions_digiquali.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/actions_digiquali.class.php b/class/actions_digiquali.class.php index e8bca37f..7842f03b 100644 --- a/class/actions_digiquali.class.php +++ b/class/actions_digiquali.class.php @@ -103,7 +103,7 @@ public function constructCategory($parameters, &$object) } if (!$error) { - $this->results = $tags; + $this->results = array_merge($this->results, $tags); return 0; // or return 1 to replace standard code } else { $this->errors[] = 'Error message';