diff options
author | nobody <nobody@zotlabs.com> | 2020-08-16 16:28:17 -0700 |
---|---|---|
committer | nobody <nobody@zotlabs.com> | 2020-08-16 16:28:17 -0700 |
commit | ee3b077f26c5884ad8d07246a058b39964848f5d (patch) | |
tree | 0d1cddf4da11b616f964642006d4c22db3951741 | |
parent | 9244ee8094388db1fcf041a793eda4b9c7b969be (diff) | |
parent | 393cee661913d8ec5b9d5352faf8e340b9db56b4 (diff) | |
download | volse-hubzilla-ee3b077f26c5884ad8d07246a058b39964848f5d.tar.gz volse-hubzilla-ee3b077f26c5884ad8d07246a058b39964848f5d.tar.bz2 volse-hubzilla-ee3b077f26c5884ad8d07246a058b39964848f5d.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
-rw-r--r-- | Zotlabs/Module/Cdav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Cdav.php b/Zotlabs/Module/Cdav.php index ac73b8a5b..d7d57664c 100644 --- a/Zotlabs/Module/Cdav.php +++ b/Zotlabs/Module/Cdav.php @@ -819,7 +819,7 @@ class Cdav extends Controller { return; } - $id = explode(':', $_REQUEST['target'])[0]; + $id = explode(':', $_REQUEST['target']); $ext = 'ics'; $table = 'calendarobjects'; $column = 'calendarid'; |