diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-21 17:13:48 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-21 17:13:48 -0700 |
commit | c90f14c066d0f289bd2220bb66325db12700aa57 (patch) | |
tree | 6c915ad03936d479d1d807540bbc0e7ae0f854ad /mod/events.php | |
parent | 24ec104819bbc3778a159ea4790398988a6e2fd7 (diff) | |
parent | 3ec6a431b62c20952f07f889acfeedd0ac456d04 (diff) | |
download | volse-hubzilla-c90f14c066d0f289bd2220bb66325db12700aa57.tar.gz volse-hubzilla-c90f14c066d0f289bd2220bb66325db12700aa57.tar.bz2 volse-hubzilla-c90f14c066d0f289bd2220bb66325db12700aa57.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
doc/to_do_code.bb
Diffstat (limited to 'mod/events.php')
-rwxr-xr-x | mod/events.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/events.php b/mod/events.php index a89bbb760..02c453562 100755 --- a/mod/events.php +++ b/mod/events.php @@ -451,6 +451,7 @@ function events_content(&$a) { if($export) { header('Content-type: text/calendar'); + header('content-disposition: attachment; filename="' . t('calendar') . '-' . $channel['channel_address'] . '.ics"' ); echo ical_wrapper($r); killme(); } |