some event heavy lifting - please test and report issues

This commit is contained in:
Mario Vavti
2015-11-24 14:15:28 +01:00
parent e485ecb3b4
commit 987619130b
12 changed files with 321 additions and 496 deletions

View File

@@ -33,7 +33,7 @@ function editpost_content(&$a) {
}
if($itm[0]['resource_type'] === 'event' && $itm[0]['resource_id']) {
goaway(z_root() . '/events/event/' . $itm[0]['resource_id']);
goaway(z_root() . '/events/' . $itm[0]['resource_id'] . '?expandform=1');
}