mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fix $readReceipt variable in EmailComponent::send
This commit is contained in:
parent
c7647b775f
commit
602240c08e
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ class EmailComponent extends Component {
|
|||
if (!empty($this->return)) {
|
||||
$lib->returnPath($this->_formatAddresses((array)$this->return));
|
||||
}
|
||||
if (!empty($readReceipt)) {
|
||||
if (!empty($this->readReceipt)) {
|
||||
$lib->readReceipt($this->_formatAddresses((array)$this->readReceipt));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue