|
|
@@ -51,12 +51,11 @@ class SnapshotProvider extends BaseDataProvider implements ClientArea
|
|
|
$testRepo = new SnapshotRepository();
|
|
|
$testRepo->setApi($this->api());
|
|
|
$testRepo->findByVm($vm);
|
|
|
- $testRepo->ignoreCurrent(true);
|
|
|
|
|
|
logModuleCall(
|
|
|
'ProxmoxCloudVps',
|
|
|
__FUNCTION__,
|
|
|
- $testRepo,
|
|
|
+ $this->getWhmcsConfigOption(ConfigurableOption::SNAPSHOTS, $this->configuration()->getSnapshotMaxFiles()),
|
|
|
'Debug',
|
|
|
$testRepo->count()
|
|
|
);
|