In fatcat/class/CategoryView.php
function getParentCategories() {
Change
if($result = $GLOBALS["core"]->query("SELECT cat_id, children,
title FROM $catTable WHERE parent=0")) {
to
if($result = $GLOBALS["core"]->query("SELECT cat_id, children,
title FROM $catTable WHERE parent=0 ORDER BY title")) {
Been bugging me for a while. ;-)
Logged In: YES
user_id=722742
Fixed in CVS