mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:19 +01:00
Fixed category sorting that wasn't showing the sub categorys under the mains in /preferences/categories.php
This commit is contained in:
parent
deb7bbcee0
commit
a5b2acc3bb
@ -111,7 +111,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$ordermethod = " order by cat_main asc";
|
||||
$ordermethod = " order by cat_main, cat_level, cat_name asc";
|
||||
}
|
||||
|
||||
if (is_array($this->grants))
|
||||
|
Loading…
Reference in New Issue
Block a user