- Issue created by @klausi
- Status changed to Fixed
12 months ago 12:42pm 5 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.
On PHP I get the following error when using the Mandrill Template module:
Error: Unknown named parameter $template_id in mandrill_mailsend() (line 173 of mandrill/mandrill.module).
This happens because the sematics of call_user_func_array() has changed.
Do not used string array keys and use just the array values before passing to call_user_func_array(), then it behaves the same as on PHP 7 and below.
None.
Automatically closed - issue fixed for 2 weeks with no activity.