Parcourir la source

workaround on daily schedule

andre il y a 3 ans
Parent
commit
501b693c8a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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'];