コード例 #1
0
ファイル: CliUpgrader.php プロジェクト: jglaine/sugar761-ent
 public function init()
 {
     parent::init();
     if (empty($this->context['autoconfirm'])) {
         $this->context['autoconfirm'] = false;
     }
     $this->context['sendlog'] = !empty($this->context['sendlog']);
     if ($this->context['zip_as_dir']) {
         $this->context['extract_dir'] = $this->context['zip'];
     }
 }