diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/display.php b/mod/display.php index 99cbd6f0e..d91d14d01 100644 --- a/mod/display.php +++ b/mod/display.php @@ -51,7 +51,7 @@ function display_content(&$a, $update = 0, $load = false) { 'bang' => '', 'visitor' => 'block', 'profile_uid' => local_user(), - 'return_path' => '/channel/' . $channel['channel_address'] + 'return_path' => 'channel/' . $channel['channel_address'] ); $o .= status_editor($a,$x); |