Skip to content

Commit

Permalink
fix(category): translation support
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Nov 1, 2019
1 parent f818178 commit 495c8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/category.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public static function getCategoryTree($rootId = 0, $helpdeskHome = false) {

$categories = [];
foreach($result as $category) {
$category['name'] = Dropdown::getDropdownName($cat_table, $category['id'], 0, true, false);
$categories[$category['id']] = $category;
}

Expand Down

0 comments on commit 495c8dc

Please sign in to comment.