show lock icon on private events
This commit is contained in:
parent
e6c5afdf4f
commit
b721fabc3c
3 changed files with 6 additions and 1 deletions
|
|
@ -1349,6 +1349,7 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $secure_fee
|
|||
$ev['uid'] = $importer['uid'];
|
||||
$ev['uri'] = $item_id;
|
||||
$ev['edited'] = $datarray['edited'];
|
||||
$ev['private'] = $datarray['private'];
|
||||
|
||||
if(is_array($contact))
|
||||
$ev['cid'] = $contact['id'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue