aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Editpost.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-04-20 20:14:58 +0200
committerMax Kostikov <max@kostikov.co>2019-04-20 20:14:58 +0200
commita6a17a85f32733a29c8d4242e93f1de054d4e6fb (patch)
treeb0cdc1eb3c423aa81ff609f4a3461cdc60fecb09 /Zotlabs/Module/Editpost.php
parent904ae058108412de5e068b02cd45d9b8b4e90e4b (diff)
parent9275fd16c232ac6c55da345125c240013248e972 (diff)
downloadvolse-hubzilla-a6a17a85f32733a29c8d4242e93f1de054d4e6fb.tar.gz
volse-hubzilla-a6a17a85f32733a29c8d4242e93f1de054d4e6fb.tar.bz2
volse-hubzilla-a6a17a85f32733a29c8d4242e93f1de054d4e6fb.zip
Merge branch 'calendar_merge' into 'dev'
calendar merge - initial checkin See merge request hubzilla/core!1599
Diffstat (limited to 'Zotlabs/Module/Editpost.php')
-rw-r--r--Zotlabs/Module/Editpost.php3
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'];