|
|
@@ -38,11 +38,6 @@ class BackupJobProvider extends BaseDataProvider implements ClientArea
|
|
|
if ($this->actionElementId)
|
|
|
{
|
|
|
$this->data = json_decode(base64_decode($this->actionElementId), true);
|
|
|
- //workarround on daily schedule
|
|
|
-/* 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'];
|