mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-04-17 22:43:02 +00:00
Added the config to reset.
This commit is contained in:
parent
22445e2583
commit
fd248acadd
1 changed files with 1 additions and 0 deletions
|
@ -849,6 +849,7 @@ class CakeEmail {
|
||||||
$this->_emailFormat = 'text';
|
$this->_emailFormat = 'text';
|
||||||
$this->_transportName = 'mail';
|
$this->_transportName = 'mail';
|
||||||
$this->_attachments = array();
|
$this->_attachments = array();
|
||||||
|
$this->_config = 'default';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue