mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 11:02:40 +00:00
Making the HtmlHelper a default helper for emails.
This commit is contained in:
parent
3907c2bdf3
commit
adcb80b5b9
1 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ class CakeEmail {
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $_helpers = array();
|
||||
protected $_helpers = array('Html');
|
||||
|
||||
/**
|
||||
* Text message
|
||||
|
@ -1051,7 +1051,7 @@ class CakeEmail {
|
|||
$this->_template = '';
|
||||
$this->_viewRender = 'View';
|
||||
$this->_viewVars = array();
|
||||
$this->_helpers = array();
|
||||
$this->_helpers = array('Html');
|
||||
$this->_textMessage = '';
|
||||
$this->_htmlMessage = '';
|
||||
$this->_message = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue