|
@@ -41,7 +41,7 @@ class DiskSizeValidator extends BaseValidator
|
|
|
__FUNCTION__,
|
|
__FUNCTION__,
|
|
|
$resurceManager->disk()->free(),
|
|
$resurceManager->disk()->free(),
|
|
|
'Debug',
|
|
'Debug',
|
|
|
- $data
|
|
|
|
|
|
|
+ $this->getWhmcsConfigOption(ConfigurableOption::STORAGE)
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
if(preg_match("/\./", $data)){
|
|
if(preg_match("/\./", $data)){
|