mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-02 18:58:43 +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);
|
$keys = Permutation::permut($key);
|
||||||
$found = \Tests\PHPUnit\phpOMS\Utils\Converter\TemperatureTypeTest;
|
$found = true;
|
||||||
|
|
||||||
foreach ($keys as $key => $value) {
|
foreach ($keys as $key => $value) {
|
||||||
$allFound = $this->remove(implode(':', $value));
|
$allFound = $this->remove(implode(':', $value));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user