aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-05-09 13:43:20 +0200
committerMario Vavti <mario@mariovavti.com>2019-05-09 13:43:20 +0200
commit9efd484e277578bc27f18baac64c0067852044de (patch)
tree967db6f5ae19f05272c681f9cccef1ea2a5ce0f0 /include/event.php
parent44d5cf980a7196a49be2ff9f3742ba55929fd2d0 (diff)
downloadvolse-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.php2
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'],