some event heavy lifting - please test and report issues
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user