diff --git a/HauptManager/module.php b/HauptManager/module.php index 95f3c82..44ea911 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -163,13 +163,13 @@ class HauptManager extends IPSModule // Schleife durch alle Prioritäten $priorities = array_unique( - array_column($filteredVerbraucher, $priorityKey) + array_column($Verbraucher_Liste_Korr[0], $priorityKey) ); $groupedUsers = []; foreach ($priorities as $priority) { $groupedUsers[$priority] = array_filter( - $filteredVerbraucher, + $Verbraucher_Liste_Korr[0], function ($user) use ($priority, $priorityKey) { return $user[$priorityKey] == $priority; } diff --git a/library.json b/library.json index 79b417a..a25ac65 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.158", + "version": "1.159", "build": 0, "date": 0 } \ No newline at end of file