Skip to content

Commit

Permalink
Merge branch 'support/2.13.0' into support/2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed May 30, 2024
2 parents e53bd6b + 8011971 commit e0579f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/knowbase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static function getCategoryTree() {
'FROM' => $cat_table,
'ORDER' => [
KnowbaseItemCategory::getTableField('level') . ' DESC',
KnowbaseItemCategory::getTableField('name'),
KnowbaseItemCategory::getTableField('name') . ' DESC',
]
]);

Expand Down

0 comments on commit e0579f2

Please sign in to comment.