Exemple #1
0
 /**
  */
 protected function _enabled($exts, $status)
 {
     parent::_enabled($exts, $status);
     if ($status == 2 && !empty($this->_init['imapproxy'])) {
         $this->_setInit('enabled', $this->_temp['enabled']);
     }
 }