mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Check for one other value of access
This commit is contained in:
parent
dff440505a
commit
b3332e9707
@ -152,7 +152,7 @@
|
||||
$fields["note"] = $notes;
|
||||
$fields["label"] = $label;
|
||||
|
||||
if ($access == True) {
|
||||
if ($access == True || $access == "private") {
|
||||
$fields["access"] = 'private';
|
||||
} else {
|
||||
$fields["access"] = 'public';
|
||||
|
Loading…
Reference in New Issue
Block a user