Skip to content

Fix deprecated function calls in Smarty3 fix #122

Rich requested to merge artfulrobot/civisualize:fix-issue-122 into master

Should fix #122

Swap $smarty->register_function(... for $smarty->registerPlugin('function', .... Also got rid of assign by ref which is also deprecated; couldn't see a reason for it needing to be by ref.

Merge request reports