Skip to content

Make module smarty 3/4 compatible

mmbk requested to merge mmbk/temporarygroups:main into main

The existing module is not Smarty 3/4 compatible. The error message:

[PHP Notice] Indirect modification of overloaded property CRM_Core_Smarty::$template_dir has no effect at [..]/civicrm/ext/temporarygroups/temporarygroups.civix.php:100

is created.

The patch eliminates the error so that the module runs with the new Smarty versions

Merge request reports

Loading