diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-02-16 08:06:04 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-02-16 08:06:04 +0100 |
commit | 9e746b504fd0f1367cce6353ac51f71327d8fb75 (patch) | |
tree | a86bf9534cbb2ac6c497cf1874697350a387fd9e /mod/network.php | |
parent | 53dff2204bf2cbe46b6cbdb7174fa0cf1a7162b1 (diff) | |
parent | 97723ad69f71c716bd0e68eec95944b5469008ec (diff) | |
download | volse-hubzilla-9e746b504fd0f1367cce6353ac51f71327d8fb75.tar.gz volse-hubzilla-9e746b504fd0f1367cce6353ac51f71327d8fb75.tar.bz2 volse-hubzilla-9e746b504fd0f1367cce6353ac51f71327d8fb75.zip |
Merge branch 'master' of github.com:fabrixxm/friendika
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index f11db45a8..f09b302e9 100644 --- a/mod/network.php +++ b/mod/network.php @@ -340,7 +340,7 @@ function network_content(&$a, $update = 0) { if($item['last-child']) { $comment = replace_macros($cmnt_tpl,array( - '$return_path' => $_SESSION['return_url'], + '$return_path' => '', // $_SESSION['return_url'], '$type' => 'net-comment', '$id' => $item['item_id'], '$parent' => $item['parent'], |