Skip to content

Commit 495c8dc

Browse files
committed
fix(category): translation support
Signed-off-by: Thierry Bugier <[email protected]>
1 parent f818178 commit 495c8dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/category.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ public static function getCategoryTree($rootId = 0, $helpdeskHome = false) {
147147

148148
$categories = [];
149149
foreach($result as $category) {
150+
$category['name'] = Dropdown::getDropdownName($cat_table, $category['id'], 0, true, false);
150151
$categories[$category['id']] = $category;
151152
}
152153

0 commit comments

Comments
 (0)