Fix missing argument for getLastBackupVersion()

main
vlakoff 8 years ago
parent f542b0f32d
commit 47d196f37f

@ -107,7 +107,7 @@ EOT
// remove all backups except for the most recent, if any
if ($input->getOption('clean-backups')) {
$this->cleanBackups($rollbackDir, $this->getLastBackupVersion());
$this->cleanBackups($rollbackDir, $this->getLastBackupVersion($rollbackDir));
}
return 0;

Loading…
Cancel
Save