From bcfe85143e73318047b3bc016069456a9aa69ae6 Mon Sep 17 00:00:00 2001 From: Robin Kluth Date: Mon, 24 Apr 2023 18:56:50 +0200 Subject: [PATCH] =?UTF-8?q?Cron=20fix=20#3=20=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/include/ABSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ABSettings.php b/src/include/ABSettings.php index 9fb55e0..2f859bc 100644 --- a/src/include/ABSettings.php +++ b/src/include/ABSettings.php @@ -169,7 +169,7 @@ public function checkCron() { $cronSettings .= $this->backupFrequencyMinute . " " . $this->backupFrequencyHour . " " . $this->backupFrequencyDayOfMonth . " * *"; break; default: - $cronSettings .= ''; + $cronSettings = ''; } if (!empty($cronSettings)) {