diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-09 13:43:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-09 13:43:20 +0200 |
commit | 9efd484e277578bc27f18baac64c0067852044de (patch) | |
tree | 967db6f5ae19f05272c681f9cccef1ea2a5ce0f0 /include/event.php | |
parent | 44d5cf980a7196a49be2ff9f3742ba55929fd2d0 (diff) | |
download | volse-hubzilla-9efd484e277578bc27f18baac64c0067852044de.tar.gz volse-hubzilla-9efd484e277578bc27f18baac64c0067852044de.tar.bz2 volse-hubzilla-9efd484e277578bc27f18baac64c0067852044de.zip |
calendar merge: cleanup and comment out some unused code
Diffstat (limited to 'include/event.php')
-rw-r--r-- | include/event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event.php b/include/event.php index 01122abed..471fb7afa 100644 --- a/include/event.php +++ b/include/event.php @@ -1163,7 +1163,7 @@ function event_store_item($arr, $event) { $item_arr['item_thread_top'] = $item_thread_top; $attach = array(array( - 'href' => z_root() . '/events/ical/' . urlencode($event['event_hash']), + 'href' => z_root() . '/channel_calendar/ical/' . urlencode($event['event_hash']), 'length' => 0, 'type' => 'text/calendar', 'title' => t('event') . '-' . $event['event_hash'], |