Project60 / org.project60.banking

CiviCRM banking extension
18 stars 38 forks source link

[5.93] getTemplateVars instead of get_template_vars #415

Open jofranz opened 9 months ago

jofranz commented 9 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 9 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.