mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:10:18 +00:00
parent
4e0524e91a
commit
8fb0ea4048
4 changed files with 35 additions and 37 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue