Fix some undefined constants (#14993)

* Fix undefined constants
These have been broken for a long time.  Likely they are unused.

* Fix undefined constants
These have been broken for a long time.  Likely they are unused.
This commit is contained in:
Tony Murray
2023-04-22 10:37:20 -05:00
committed by GitHub
parent e815bbb81d
commit 265906b44c
4 changed files with 4 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ if (isset($vars['vmif']) and isset($vars['vm'])) {
'<b>MAC:</b> ' . $mac;
if (isset($port) && isset($mac) && $mac != '') {
echo ' (' .
generate_device_link([device_id=>$port->device_id]) .
generate_device_link(['device_id'=>$port->device_id]) .
', ' .
generate_port_link([
'label' => $port->label,