mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-13 10:38:40 +00:00
Fix autocomplete bug
This commit is contained in:
parent
914b9c7ec6
commit
d3fce2feb4
|
|
@ -301,7 +301,7 @@ class MultiMap implements \Countable
|
|||
}
|
||||
|
||||
$keys = Permutation::permut($key);
|
||||
$found = \Tests\PHPUnit\phpOMS\Utils\Converter\TemperatureTypeTest;
|
||||
$found = true;
|
||||
|
||||
foreach ($keys as $key => $value) {
|
||||
$allFound = $this->remove(implode(':', $value));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user