mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Fix #1190
This commit is contained in:
parent
295b4d7f61
commit
63168905ec
2 changed files with 12 additions and 5 deletions
|
@ -297,7 +297,7 @@ function network_content(&$a, $update = 0) {
|
|||
|
||||
if(! local_user()) {
|
||||
$_SESSION['return_url'] = $a->query_string;
|
||||
return login(false);
|
||||
return login(false);
|
||||
}
|
||||
|
||||
$arr = array('query' => $a->query_string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue