diff options
author | friendica <info@friendica.com> | 2012-03-06 14:27:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-06 14:27:53 -0800 |
commit | 8fb0ea4048745c09ece6c84f23bffdccfc59d67d (patch) | |
tree | 8f07addc4291d01d99d06431f0ec8f51651e4fa1 /include/conversation.php | |
parent | 4e0524e91a381c813c185bad379e8511332070d1 (diff) | |
download | volse-hubzilla-8fb0ea4048745c09ece6c84f23bffdccfc59d67d.tar.gz volse-hubzilla-8fb0ea4048745c09ece6c84f23bffdccfc59d67d.tar.bz2 volse-hubzilla-8fb0ea4048745c09ece6c84f23bffdccfc59d67d.zip |
bugs #312, #313
Diffstat (limited to 'include/conversation.php')
-rwxr-xr-x | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index f4740688c..b458923e5 100755 --- a/include/conversation.php +++ b/include/conversation.php @@ -217,7 +217,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) { if($update) $return_url = $_SESSION['return_url']; else - $return_url = $_SESSION['return_url'] = $a->cmd; + $return_url = $_SESSION['return_url'] = $a->query_string; load_contact_links(local_user()); |