From e2faef34017805b76ae1cc84d6a969a45c0354b6 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Wed, 7 Sep 2022 00:39:38 +0200 Subject: [PATCH] Simple cosmetic fix --- src/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View.php b/src/View.php index 71652d7..b9502a9 100644 --- a/src/View.php +++ b/src/View.php @@ -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();