diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-29 16:30:00 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-29 16:30:00 -0700 |
commit | e3f605e242ed1bcb2da6a8ddf4bad1670583953a (patch) | |
tree | 59345c7227349c18ff882f83306f46713f8e2874 /include | |
parent | 03756c65fc1c5bebfc4009bca32b5f681b5c1b21 (diff) | |
download | volse-hubzilla-e3f605e242ed1bcb2da6a8ddf4bad1670583953a.tar.gz volse-hubzilla-e3f605e242ed1bcb2da6a8ddf4bad1670583953a.tar.bz2 volse-hubzilla-e3f605e242ed1bcb2da6a8ddf4bad1670583953a.zip |
PRIVACY: imported events
Diffstat (limited to 'include')
-rw-r--r-- | include/event.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/event.php b/include/event.php index 784da0545..537121751 100644 --- a/include/event.php +++ b/include/event.php @@ -434,6 +434,7 @@ function event_import_ical($ical, $uid) { $ev['uid'] = $channel['channel_id']; $ev['account'] = $channel['channel_account_id']; $ev['private'] = 1; + $ev['allow_cid'] = '<' . $channel['channel_hash'] . '>'; logger('storing event: ' . print_r($ev,true), LOGGER_ALL); $event = event_store_event($ev); |