systopia / de.systopia.mailattachment

Other
0 stars 0 forks source link

[5.93] getTemplateVars instead of get_template_vars #3

Closed jofranz closed 4 months ago

jofranz commented 7 months ago
Call to deprecated method get_template_vars() of class CRM_Core_Form:
since 5.69 will be removed around 5.93. use getTemplateVars.

See civicrm/civicrm-core#28787

jensschuppe commented 7 months ago

I added a reference to the Core PR which introduced the deprecation. Note that the replacement method only exists since that PR got committed to the current master, supposedly making this effective with a 5.70 release.