Skip to content

Commit

Permalink
Cron fix #3 πŸ™„
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Apr 24, 2023
1 parent 6d6b9fe commit bcfe851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/ABSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function checkCron() {
$cronSettings .= $this->backupFrequencyMinute . " " . $this->backupFrequencyHour . " " . $this->backupFrequencyDayOfMonth . " * *";
break;
default:
$cronSettings .= '';
$cronSettings = '';
}

if (!empty($cronSettings)) {
Expand Down

0 comments on commit bcfe851

Please sign in to comment.