diff options
author | Friendika <info@friendika.com> | 2011-07-27 02:21:55 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-27 02:21:55 -0700 |
commit | b721fabc3c1f6c01e4212e804f6ba6293c4983e1 (patch) | |
tree | a1d9c7e05a3bb3db56d45610ca1bbd69c4ec91f4 /include/items.php | |
parent | e6c5afdf4f34e45e4f9b1d9ab1990595851a879b (diff) | |
download | volse-hubzilla-b721fabc3c1f6c01e4212e804f6ba6293c4983e1.tar.gz volse-hubzilla-b721fabc3c1f6c01e4212e804f6ba6293c4983e1.tar.bz2 volse-hubzilla-b721fabc3c1f6c01e4212e804f6ba6293c4983e1.zip |
show lock icon on private events
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 6593647ba..014d75872 100644 --- a/include/items.php +++ b/include/items.php @@ -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']; |