Line 24 of action.handlerequest.php contains the following code: $output = $module->$_GET["method"]($vars); This code doesn't work anymore. It is, however, easy to fix by adding a pair of curly braces: $output = $module->{$_GET["method"]}($vars); Locally I have fixed this already, so the report is just to let you know.
Date: 2021-03-16 05:39 Posted By: Yuri Haperski (cmsms) Fixed in the last release.
Updated: 2021-03-16 05:39 resolution_id: => 7