mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
set the default for global_cats parameter to true
This commit is contained in:
parent
026eb03b6d
commit
97aa5602eb
@ -308,6 +308,7 @@ class admin_categories
|
||||
{
|
||||
$content['nm']['appname'] = $_GET['appname'];
|
||||
}
|
||||
$content['nm']['global_cats'] = true;
|
||||
if (isset($_GET['global_cats']) && empty($_GET['global_cats'] ))
|
||||
{
|
||||
$content['nm']['global_cats'] = false;
|
||||
|
Loading…
Reference in New Issue
Block a user