do not overwrite abook flags if we are not owner
This commit is contained in:
parent
c618bfc607
commit
fed61c082c
@ -44,7 +44,7 @@ class Viewconnections extends \Zotlabs\Web\Controller {
|
||||
$sql_extra = '';
|
||||
|
||||
if(! $is_owner) {
|
||||
$abook_flags = " and abook_hidden = 0 ";
|
||||
$abook_flags .= " and abook_hidden = 0 ";
|
||||
$sql_extra = " and xchan_hidden = 0 ";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user