diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-19 19:06:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-19 19:06:01 +0200 |
commit | cb2d706fa1118cf2bd55009f99186d65dfee5a2d (patch) | |
tree | c5191fae06c1e131450f71676e9c0a4237776114 /Zotlabs/Module/Editpost.php | |
parent | 2bd5ae361782d9c4a9bdfc1f037844d52d1fd502 (diff) | |
download | volse-hubzilla-cb2d706fa1118cf2bd55009f99186d65dfee5a2d.tar.gz volse-hubzilla-cb2d706fa1118cf2bd55009f99186d65dfee5a2d.tar.bz2 volse-hubzilla-cb2d706fa1118cf2bd55009f99186d65dfee5a2d.zip |
provide location and description information
Diffstat (limited to 'Zotlabs/Module/Editpost.php')
-rw-r--r-- | Zotlabs/Module/Editpost.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Editpost.php b/Zotlabs/Module/Editpost.php index 1c9068e07..85882bf0a 100644 --- a/Zotlabs/Module/Editpost.php +++ b/Zotlabs/Module/Editpost.php @@ -45,7 +45,8 @@ class Editpost extends \Zotlabs\Web\Controller { } if($itm[0]['resource_type'] === 'event' && $itm[0]['resource_id']) { - goaway(z_root() . '/events/' . $itm[0]['resource_id'] . '?expandform=1'); + goaway(z_root() . '/cdav/calendar'); + //goaway(z_root() . '/events/' . $itm[0]['resource_id'] . '?expandform=1'); } $owner_uid = $itm[0]['uid']; |