Ejemplo n.º 1
0
 protected function apply_defaults()
 {
     $this->log('applying plan defaults', backup::LOG_DEBUG);
     backup_controller_dbops::apply_config_defaults($this);
     $this->set_status(backup::STATUS_CONFIGURED);
     $this->set_include_files();
 }