aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/display.php')
-rw-r--r--mod/display.php2
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);