diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-24 14:15:28 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-24 14:15:28 +0100 |
commit | 987619130b99bf4548d5d31ac453cdf48c818eff (patch) | |
tree | c9a00e4dbea487a93725d539c04d78fa1cadd38f /mod/editpost.php | |
parent | e485ecb3b453a50a1974992b5ccf5122e154a5dc (diff) | |
download | volse-hubzilla-987619130b99bf4548d5d31ac453cdf48c818eff.tar.gz volse-hubzilla-987619130b99bf4548d5d31ac453cdf48c818eff.tar.bz2 volse-hubzilla-987619130b99bf4548d5d31ac453cdf48c818eff.zip |
some event heavy lifting - please test and report issues
Diffstat (limited to 'mod/editpost.php')
-rw-r--r-- | mod/editpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index bd46ac14a..030d8d671 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -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'); } |