From 502d59089b1690c41e7ad1bd95fa45f277181ca8 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 6 Jan 2011 23:41:14 -0800 Subject: schema typo --- mod/dfrn_request.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mod/dfrn_request.php') diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 844fbbf6d..e25515a5b 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -452,6 +452,12 @@ function dfrn_request_content(&$a) { if(! local_user()) { notice( t("Please login to confirm introduction.") . EOL ); + + /* setup the return URL to come back to this page if they use openid */ + + $stripped = str_replace('q=','',$a->query_string); + $_SESSION['return_url'] = trim($stripped,'/'); + return login(); } -- cgit v1.2.3