diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-01 15:35:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-01 15:35:20 +0200 |
commit | 9594ce9a8a1295a1e085bc53ab93a77055de2a77 (patch) | |
tree | 2e9b32607c6e551b5554f6ca9ad416dfcee56ccb /Zotlabs | |
parent | b8d8887d5a97d458ffeff8bf36c8feb5843f1dd4 (diff) | |
download | volse-hubzilla-9594ce9a8a1295a1e085bc53ab93a77055de2a77.tar.gz volse-hubzilla-9594ce9a8a1295a1e085bc53ab93a77055de2a77.tar.bz2 volse-hubzilla-9594ce9a8a1295a1e085bc53ab93a77055de2a77.zip |
calendar merge: fix event_xchan mixup
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Channel_calendar.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Zotlabs/Module/Channel_calendar.php b/Zotlabs/Module/Channel_calendar.php index 7fa03fb34..a600adbfa 100644 --- a/Zotlabs/Module/Channel_calendar.php +++ b/Zotlabs/Module/Channel_calendar.php @@ -147,11 +147,6 @@ class Channel_calendar extends \Zotlabs\Web\Controller { } return; } - - if($x[0]['event_xchan'] !== $channel['xchan_hash']) { - notice( t('Not allowed.') . EOL); - return; - } $acl->set($x[0]); @@ -570,7 +565,6 @@ class Channel_calendar extends \Zotlabs\Web\Controller { 'd' => $d, 'editable' => $edit ? true : false, - 'className' => 'channel_calendar_id_' . $rr['id'], 'is_first'=>$is_first, 'item'=>$rr, |