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