Merge pull request #5116 from vlakoff/self-update-2
Fix missing argument for getLastBackupVersion()pull/5124/head
commit
a188db237b
|
@ -107,7 +107,7 @@ EOT
|
||||||
|
|
||||||
// remove all backups except for the most recent, if any
|
// remove all backups except for the most recent, if any
|
||||||
if ($input->getOption('clean-backups')) {
|
if ($input->getOption('clean-backups')) {
|
||||||
$this->cleanBackups($rollbackDir, $this->getLastBackupVersion());
|
$this->cleanBackups($rollbackDir, $this->getLastBackupVersion($rollbackDir));
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue