diff --git a/plugins/dynamix.vm.manager/include/VMajax.php b/plugins/dynamix.vm.manager/include/VMajax.php index ed77abbde..f9de33aef 100644 --- a/plugins/dynamix.vm.manager/include/VMajax.php +++ b/plugins/dynamix.vm.manager/include/VMajax.php @@ -531,7 +531,7 @@ case 'virtio-win-iso-cancel': } elseif (empty($_REQUEST['download_path'])) { $arrResponse = ['error' => _('ISO storage path was empty')]; } elseif (!is_dir($_REQUEST['download_path'])) { - $arrResponse = ['error' => _("ISO storage path doesn't exist")_]; + $arrResponse = ['error' => _("ISO storage path doesn't exist")]; } else { $strInstallScriptPgrep = '-f "VirtIOWin_'.$strKeyName.'_install.sh"'; $pid = pgrep($strInstallScriptPgrep, false);