This commit is contained in:
friendica 2012-03-06 14:27:53 -08:00
parent 4e0524e91a
commit 8fb0ea4048
4 changed files with 35 additions and 37 deletions

View file

@ -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());