fix matching form on category

This commit is contained in:
Swrup 2022-03-09 20:43:45 +01:00
parent b5fc7e9a8d
commit 674e63aa77
2 changed files with 11 additions and 2 deletions

View file

@ -87,4 +87,4 @@ let get_dirs name =
let admins = get_dirs "admin"
let categories = get_dirs "category"
let categories = List.sort_uniq compare (get_dirs "category")