bug aus refactoring in cc100 modul und managermodul behoben

This commit is contained in:
2024-11-28 14:51:30 +01:00
parent 0ebe6cb403
commit 3752133e8f
2 changed files with 2 additions and 3 deletions

View File

@@ -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;
}

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "0.158",
"version": "0.159",
"build": 0,
"date": 0
}