filteredverbruacher gibts nicht mehr...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user