mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
replaced $return_url to $return_path to make it more clear that it is a relative path to the Friendica baseurl
This commit is contained in:
parent
a9510ffcdf
commit
3edad1591e
12 changed files with 44 additions and 44 deletions
|
@ -534,7 +534,7 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
|
|||
$page_dropping = ((local_user() && local_user() == $profile_owner) ? true : false);
|
||||
|
||||
if (!$update) {
|
||||
$_SESSION['return_url'] = $a->query_string;
|
||||
$_SESSION['return_path'] = $a->query_string;
|
||||
}
|
||||
|
||||
$cb = ['items' => $items, 'mode' => $mode, 'update' => $update, 'preview' => $preview];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue