classes/controller/FrontController.php
replace this line: $this->$asset['type']($library, $asset['path'], $asset['params']); with this one: $this->{$asset['type']}($library, $asset['path'], $asset['params']);