fixed bug

This commit is contained in:
alejandro-campos 2020-09-16 10:09:23 +02:00
parent 5bb50acfb1
commit 05a0a3a366

View File

@ -219,7 +219,7 @@ class Manager
$this->stringGroups = \io_safe_output(
implode(
', ',
array_keys($this->groups)
array_values($this->groups)
)
);