If admin edits a (private) category, it will now become public

This commit is contained in:
Nathan Gray 2011-06-22 19:03:21 +00:00
parent bef50c4dbc
commit 1a7f460628

View File

@ -223,6 +223,7 @@ class admin_categories
}
}
$content['no_private'] = true;
$content['access'] = 'public';
} else {
$readonlys['owner'] = true;
$readonlys['access'] = $content['owner'] != $GLOBALS['egw_info']['user']['account_id'];