Skip to content

[FIX] Set the default Smarty security class for Tiki to avoid errors with plugin tracker list

Across Tiki there are places like plugin tracker and tracker list where Smarty's enableSecurity() is called, without arguments, that will take the default Smarty security class.

This change will set the right security class for Tiki, instead of the default from Smarty

ref: https://avan.tech/item85076

Merge request reports