Fix in view
This commit is contained in:
parent
c10ff602f4
commit
e15358d6d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue