diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-30 00:09:57 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-30 00:09:57 +0200 |
commit | 327e5d06e12b3ddad0a83a223c1673a4d0dafb15 (patch) | |
tree | d5ae844d7f1498e1552df4cd4ffd4df00b30815b /Zotlabs/Module/Editpost.php | |
parent | 674215e9e6632ac22a1b87f9996f0323f5949d94 (diff) | |
download | volse-hubzilla-327e5d06e12b3ddad0a83a223c1673a4d0dafb15.tar.gz volse-hubzilla-327e5d06e12b3ddad0a83a223c1673a4d0dafb15.tar.bz2 volse-hubzilla-327e5d06e12b3ddad0a83a223c1673a4d0dafb15.zip |
calendar merge: implement single event editing UI
Diffstat (limited to 'Zotlabs/Module/Editpost.php')
-rw-r--r-- | Zotlabs/Module/Editpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Editpost.php b/Zotlabs/Module/Editpost.php index 85882bf0a..77f139467 100644 --- a/Zotlabs/Module/Editpost.php +++ b/Zotlabs/Module/Editpost.php @@ -45,7 +45,7 @@ class Editpost extends \Zotlabs\Web\Controller { } if($itm[0]['resource_type'] === 'event' && $itm[0]['resource_id']) { - goaway(z_root() . '/cdav/calendar'); + goaway(z_root() . '/cdav/calendar/' . $itm[0]['id']); //goaway(z_root() . '/events/' . $itm[0]['resource_id'] . '?expandform=1'); } |