From 3752133e8f9496e33ed88d8a6a59d57508313462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 28 Nov 2024 14:51:30 +0100 Subject: [PATCH] bug aus refactoring in cc100 modul und managermodul behoben --- Manager/module.php | 3 +-- library.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Manager/module.php b/Manager/module.php index c2a7367..5636004 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -146,8 +146,7 @@ class Manager extends IPSModule foreach ($priorities as $priority) { $groupedUsers[$priority] = array_filter( - $filteredVerbraucher -s, + $filteredVerbraucher, function ($user) use ($priority, $priorityKey) { return $user[$priorityKey] == $priority; } diff --git a/library.json b/library.json index 3a14f76..5c8edda 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.158", + "version": "0.159", "build": 0, "date": 0 } \ No newline at end of file