forked from GNUsocial/gnu-social
inject session before redirect for openid finish login
This commit is contained in:
parent
5ec25a9691
commit
92deb35bc4
@ -363,6 +363,7 @@ class FinishopenidloginAction extends Action
|
||||
if ($url) {
|
||||
# We don't have to return to it again
|
||||
common_set_returnto(null);
|
||||
$url = common_inject_session($url);
|
||||
} else {
|
||||
$url = common_local_url('all',
|
||||
array('nickname' =>
|
||||
|
Loading…
Reference in New Issue
Block a user