From 74f78fbc8c9e2b4a76f8379301e64a17e5b23df2 Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:19:37 +0000 Subject: [PATCH] Typo Fix --- emhttp/plugins/dynamix.vm.manager/include/VMajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix.vm.manager/include/VMajax.php b/emhttp/plugins/dynamix.vm.manager/include/VMajax.php index aee5215d3..d6eaf66fe 100644 --- a/emhttp/plugins/dynamix.vm.manager/include/VMajax.php +++ b/emhttp/plugins/dynamix.vm.manager/include/VMajax.php @@ -890,7 +890,7 @@ case 'vm-template-import': $replace = $_REQUEST['replace']; $templateslocation = "/boot/config/plugins/dynamix.vm.manager/savedtemplates.json"; - if ($template="*file") { + if ($template==="*file") { $template=json_decode(file_get_contents($name)); }