This commit is contained in:
Fabrixxm 2014-10-22 09:04:32 +02:00
parent 295b4d7f61
commit 63168905ec
2 changed files with 12 additions and 5 deletions

View file

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