Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.5, 3.3.6, 3.4.0
-
Fix Version/s: 3.4.1
-
Component/s: None
-
Labels:None
Description
if hook_civicrm_tokenValues is implemented, at the thank you page of the donation process will display the warning:
- warning: Illegal offset type in /var/www/sites/all/modules/civicrm/CRM/Core/BAO/MessageTemplates.php on line 444.
- warning: Illegal offset type in /var/www/sites/all/modules/civicrm/CRM/Core/BAO/MessageTemplates.php on line 445.
- warning: Illegal offset type in /var/www/sites/all/modules/civicrm/CRM/Core/BAO/MessageTemplates.php on line 446.
This patch eliminates the error messages.