Simple cosmetic fix

This commit is contained in:
Antonio de la Rosa 2022-09-07 00:39:38 +02:00
parent c10ff602f4
commit e2faef3401

View file

@ -318,7 +318,7 @@ class View {
//Load function from loaded view with his parameters
//array_unshift($arr_template_values, $this);
call_user_func_array($func_view, $arr_template_values);
$out_template=ob_get_contents();