Browse Source

bugfix disksizevalidator

andre 4 years ago
parent
commit
679f71ce75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/VmCreate/Validators/DiskSizeValidator.php

+ 1 - 1
app/UI/VmCreate/Validators/DiskSizeValidator.php

@@ -51,7 +51,7 @@ class DiskSizeValidator extends BaseValidator
         logModuleCall(
         logModuleCall(
             'proxmoxCloud',
             'proxmoxCloud',
             __FUNCTION__,
             __FUNCTION__,
-            $resurceManager->disk()->getFree(),
+            $resurceManager->disk()->free(),
             'Debug',
             'Debug',
             $this->maxValue
             $this->maxValue
         );
         );