diff options
author | friendica <info@friendica.com> | 2015-01-07 14:35:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-07 14:35:03 -0800 |
commit | ce953e2f41c2bf8abdda2584dd84c2bd0175f609 (patch) | |
tree | 25a89639cd5de07fc1553c2a4f0c02c6aa171ee6 /mod/connections.php | |
parent | 3ef487418df8465143cc0393803b2a1ff221697f (diff) | |
download | volse-hubzilla-ce953e2f41c2bf8abdda2584dd84c2bd0175f609.tar.gz volse-hubzilla-ce953e2f41c2bf8abdda2584dd84c2bd0175f609.tar.bz2 volse-hubzilla-ce953e2f41c2bf8abdda2584dd84c2bd0175f609.zip |
syncing connections issue, incorrect return_url after deleting connection
Diffstat (limited to 'mod/connections.php')
-rw-r--r-- | mod/connections.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php index 70e28913a..d36734ccb 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -179,7 +179,8 @@ function connections_content(&$a) { $unconnected = false; $all = false; - $_SESSION['return_url'] = $a->query_string; + if(! $_REQUEST['aj']) + $_SESSION['return_url'] = $a->query_string; $search_flags = 0; $head = ''; |