From 727b8f671cc15fea93d1ea6028437ab8055388fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 3 Mar 2025 15:32:37 +0100 Subject: [PATCH] array... --- HauptManager/module.php | 4 +--- library.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index 3b2bb31..5275c2e 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -57,9 +57,7 @@ class HauptManager extends IPSModule IPS_LogMessage("Hauptmanager", print_r($user)); IPS_LogMessage("Hauptmanager", print_r( $user["User_Down"])); - $writebackadress = []; - $writebackadress[] = $user["User_Down"]; - $subuser['Writeback'] = $writebackadress; + $subuser += ['Writeback' => $user["User_Down"]]; $Verbraucher_Liste_Korr[] = [ "User" => $subuser diff --git a/library.json b/library.json index 3ae1031..85860ed 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.147", + "version": "1.148", "build": 0, "date": 0 } \ No newline at end of file