diff options
-rw-r--r-- | admin/cat_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php index 54cb44595..d69bb4957 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -281,7 +281,7 @@ SELECT id, name, id_uppercat } else { - $sort[] = $row['name']; + $sort[] = remove_accents($row['name']); } $categories[] = array( |