Sfoglia il codice sorgente

workaround on daily schedule

andre 3 anni fa
parent
commit
501b693c8a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/UI/BackupJob/Providers/BackupJobProvider.php

+ 2 - 2
app/UI/BackupJob/Providers/BackupJobProvider.php

@@ -39,10 +39,10 @@ class BackupJobProvider extends BaseDataProvider implements ClientArea
         {
             $this->data = json_decode(base64_decode($this->actionElementId), true);
             //workarround on daily schedule
-            if ($this->data['starttime'] == "") {
+/*            if ($this->data['starttime'] == "") {
                 $this->data['starttime'] = $this->data['dow'];
                 $this->data['dow'] = "mon,tue,wed,thu,fri,sat,sun";
-            }
+            } */
             $this->data['starttime'] == "" ?  : "off";
             //down
             $dow               = $this->data['dow'];