Explorar el Código

try to reenable vmcreate after delete action

andre hace 4 años
padre
commit
49de364411
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/UI/Vms/Forms/DeleteForm.php

+ 1 - 1
app/UI/Vms/Forms/DeleteForm.php

@@ -35,7 +35,7 @@ class DeleteForm extends BaseForm implements ClientArea
         $this->setFormType('delete');
         $this->setFormType('delete');
         $this->setProvider(new DeleteVmProvider());
         $this->setProvider(new DeleteVmProvider());
         $this->initFields();
         $this->initFields();
-        $this->loadDataToForm();;
+        $this->loadDataToForm();
     }
     }
 
 
     public function getAllowedActions()
     public function getAllowedActions()