User tests: Successful: Unsuccessful:
Callables that are not accepted by the $callable() syntax (but are accepted by call_user_func()) are deprecated.
https://www.php.net/manual/en/migration82.deprecated.php#migration82.deprecated.core.relative-callables
https://wiki.php.net/rfc/deprecate_partially_supported_callables
Change following line in MailTemplate to $this->mailer->addRecipient($recipient->mail, $recipient->name);
to use the function of the Mail class (because I don't find any use in the core)
PHP Deprecated: Use of "parent" in callables is deprecated in libraries/src/Mail/Mail.php
on line 301
No deprecated message
Please select:
Category | ⇒ | Libraries |
Status | New | ⇒ | Pending |
Labels |
Added:
PHP 8.x
?
|
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-01-12 15:19:20 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
|
Thanks
I have tested this item✅ successfully on 2ca3012
Tested while sending a mail with DPCalendar
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39500.