Fixed single port in Patching port select

This commit is contained in:
Frank Schubert
2021-09-21 23:23:25 +02:00
parent 3cc3f3f50c
commit 270cb3f32b
2 changed files with 6 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ class Termination extends mfBaseModel {
} else {
// single port
$this->log->debug("not a range");
$return["range"] = $ports;
$return["range"][] = $ports;
}
//var_dump($return);exit;