set the default for global_cats parameter to true

This commit is contained in:
Klaus Leithoff 2010-04-13 10:42:38 +00:00
parent 026eb03b6d
commit 97aa5602eb

View File

@ -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;