Fixed single port in Patching port select
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user