We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390855b commit ab93d05Copy full SHA for ab93d05
wcfsetup/install/files/lib/system/cache/eager/CategoryCache.class.php
@@ -25,6 +25,7 @@ protected function getCacheData(): CategoryCacheData
25
$categoryList->sqlJoins = "
26
LEFT JOIN wcf1_object_type object_type
27
ON object_type.objectTypeID = category.objectTypeID";
28
+ $categoryList->sqlOrderBy = "category.showOrder";
29
$categoryList->readObjects();
30
31
$objectTypeCategoryIDs = [];
0 commit comments