aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-03-19 16:41:32 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-03-19 16:41:32 +0100
commite193091dfe348c5430c3a303947dbe7a6eced374 (patch)
treee03d726d43a0d8d96699a2c1767bfefffebdf800 /boot.php
parentea4be0db89b5e95b50211e023e94aa008aadae46 (diff)
parent139a86dbd395f4601b29b9af97ac8ea190cce9f9 (diff)
downloadvolse-hubzilla-e193091dfe348c5430c3a303947dbe7a6eced374.tar.gz
volse-hubzilla-e193091dfe348c5430c3a303947dbe7a6eced374.tar.bz2
volse-hubzilla-e193091dfe348c5430c3a303947dbe7a6eced374.zip
Merge remote-tracking branch 'friendica/master'
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index d5feaed2d..9779bb9a8 100755
--- a/boot.php
+++ b/boot.php
@@ -713,15 +713,16 @@ function login($register = false, $hiddens=false) {
$noid = get_config('system','no_openid');
+ $dest_url = $a->get_baseurl(true) . '/' . $a->query_string;
+
if(local_user()) {
$tpl = get_markup_template("logout.tpl");
}
else {
$tpl = get_markup_template("login.tpl");
-
+ $_SESSION['return_url'] = $a->query_string;
}
- $dest_url = $a->get_baseurl(true) . '/' . $a->query_string;
$o .= replace_macros($tpl,array(