From 8354a5c6acb9761250da527ccce7deccc53fc5c5 Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:14:18 +0100 Subject: [PATCH] Code tidy --- emhttp/plugins/dynamix.vm.manager/include/VMMachines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php b/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php index 42eedee1b..5bcec8694 100644 --- a/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php +++ b/emhttp/plugins/dynamix.vm.manager/include/VMMachines.php @@ -72,7 +72,7 @@ foreach ($vms as $vm) { $diskdesc = 'Current physical size: '.$lv->get_disk_capacity($res, true)."\nDefault snapshot type: $fstype"; } $arrValidDiskBuses = getValidDiskBuses(); - $WebUI = $webGui = html_entity_decode($arrConfig['template']['webui']); + $WebUI = html_entity_decode($arrConfig['template']['webui']); $vmrcport = $lv->domain_get_vnc_port($res); $autoport = $lv->domain_get_vmrc_autoport($res); $vmrcurl = '';