Skip to content

Commit ab93d05

Browse files
committed
Fix wrong order of categories
1 parent 390855b commit ab93d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wcfsetup/install/files/lib/system/cache/eager/CategoryCache.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ protected function getCacheData(): CategoryCacheData
2525
$categoryList->sqlJoins = "
2626
LEFT JOIN wcf1_object_type object_type
2727
ON object_type.objectTypeID = category.objectTypeID";
28+
$categoryList->sqlOrderBy = "category.showOrder";
2829
$categoryList->readObjects();
2930

3031
$objectTypeCategoryIDs = [];

0 commit comments

Comments
 (0)