function __construct($config = array())
 {
     parent::__construct($config);
     $this->CI =& get_instance();
     $this->setFromEmail(Settings_class::get('server_email'));
     $this->setEmailTitle($GLOBALS['global']['SITE_ADMIN']['email']);
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct();
 }