aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editpost.php
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-11-28 16:23:17 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-11-28 16:23:17 +0100
commitcb7df797e1d5a87ff8b6dbb6c07faf68e3e725f7 (patch)
treed6d9a07a1358fb7b6acf030e268643cd667fd59b /mod/editpost.php
parent2b2723cb74dd74fc449d76f29edd7797b16c7e84 (diff)
downloadvolse-hubzilla-cb7df797e1d5a87ff8b6dbb6c07faf68e3e725f7.tar.gz
volse-hubzilla-cb7df797e1d5a87ff8b6dbb6c07faf68e3e725f7.tar.bz2
volse-hubzilla-cb7df797e1d5a87ff8b6dbb6c07faf68e3e725f7.zip
Removed my version of jot.tpl
Diffstat (limited to 'mod/editpost.php')
-rw-r--r--mod/editpost.php2
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');
}