From e15358d6d965e7f5d9acee3a081d0702f55af7a3 Mon Sep 17 00:00:00 2001 From: absurdo Date: Fri, 11 Aug 2023 13:44:04 +0200 Subject: [PATCH] Fix in view --- src/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View.php b/src/View.php index 71652d7..5a0cbb0 100644 --- a/src/View.php +++ b/src/View.php @@ -480,7 +480,7 @@ class View { } - $arr_path[$c]=Utils::slugify($arr_path[$c], $respect_upper=1, $replace_space='-', $replace_dot=0, $replace_barr=1); + $arr_path[$c]=$arr_path[$c]; //Utils::slugify($arr_path[$c], $respect_upper=1, $replace_space='-', $replace_dot=0, $replace_barr=1); $final_path=implode('/', $arr_path);