From 4ce948731aa2a927758a74d3cdf3d113cbddf4b0 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 18 Oct 2013 15:48:59 -0700 Subject: doc - complete hook list, still need detailed functional descriptions with parameters and examples for each --- mod/display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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); -- cgit v1.2.3