Skip to content

Commit

Permalink
hotfix(ZMS-3213): add missing queueListArray initialization (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabinatix97 authored Nov 11, 2024
1 parent affcdff commit 574c600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zmsentities/src/Zmsentities/Collection/QueueList.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ public function withSelectedProcessFirst(\BO\Zmsentities\Process $process)

public function sortByCallTime(string $order)
{
$queueListArray = [];
foreach ($this as $entity) {
$queueListArray[] = $entity;
}
Expand Down

0 comments on commit 574c600

Please sign in to comment.