provide location and description information

This commit is contained in:
Mario Vavti
2019-04-19 19:06:01 +02:00
parent 2bd5ae3617
commit cb2d706fa1
2 changed files with 13 additions and 6 deletions

View File

@@ -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'];