diff options
author | friendica <info@friendica.com> | 2013-10-18 15:48:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-18 15:48:59 -0700 |
commit | 4ce948731aa2a927758a74d3cdf3d113cbddf4b0 (patch) | |
tree | dc15fc452271272a89a658d99a2baf3df32bb4fe /mod/display.php | |
parent | 3772682204544e733baf910e6dfe35c0fe99e0e2 (diff) | |
download | volse-hubzilla-4ce948731aa2a927758a74d3cdf3d113cbddf4b0.tar.gz volse-hubzilla-4ce948731aa2a927758a74d3cdf3d113cbddf4b0.tar.bz2 volse-hubzilla-4ce948731aa2a927758a74d3cdf3d113cbddf4b0.zip |
doc - complete hook list, still need detailed functional descriptions with parameters and examples for each
Diffstat (limited to 'mod/display.php')
-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); |