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:
@@ -265,7 +265,7 @@ function message_content(App $a)
|
||||
}
|
||||
|
||||
|
||||
$_SESSION['return_url'] = $a->query_string;
|
||||
$_SESSION['return_path'] = $a->query_string;
|
||||
|
||||
if ($a->argc == 1) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user