Fix in view

This commit is contained in:
absurdo 2023-08-11 13:44:04 +02:00
parent c10ff602f4
commit e15358d6d9

View file

@ -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); $final_path=implode('/', $arr_path);