diff --git a/addressbook/inc/class.addressbook_ui.inc.php b/addressbook/inc/class.addressbook_ui.inc.php index 43306b0eac..38f059a2bb 100644 --- a/addressbook/inc/class.addressbook_ui.inc.php +++ b/addressbook/inc/class.addressbook_ui.inc.php @@ -2233,7 +2233,7 @@ window.egw_LAB.wait(function() { } else { - $content['owner'] = (string)$state['filter']; + $content['owner'] = (string)($state['filter'] == 0 ? '' : $state['filter']); } $content['private'] = (int) ($content['owner'] && substr($content['owner'],-1) == 'p'); if ($content['owner'] === '' || !($this->grants[$content['owner'] = (string) (int) $content['owner']] & Acl::ADD))