Skip to content

Commit

Permalink
action/backup/complete -> action/backup/full
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialOwl committed Oct 19, 2021
1 parent 9834cb9 commit 6d7b829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/LocalController.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function initAction(string $type, string $param = ''): DataResponse {
return $this->initActionScanLocalFolder((int)$param);

case 'backup':
if ($param === 'complete') {
if ($param === 'full') {
return $this->initActionForceFullBackup();
} else if ($param === 'partial') {
return $this->initActionForceIncrementalBackup();
Expand Down

0 comments on commit 6d7b829

Please sign in to comment.