mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +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
|
else
|
||||||
{
|
{
|
||||||
$ordermethod = " order by cat_main asc";
|
$ordermethod = " order by cat_main, cat_level, cat_name asc";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_array($this->grants))
|
if (is_array($this->grants))
|
||||||
|
Loading…
Reference in New Issue
Block a user