Merge branch 'dev' into 'dev'

guest access tokens: xchan record not created on URL login

See merge request hubzilla/core!1543
This commit is contained in:
Mario 2019-03-07 09:29:21 +01:00
commit 3e6607585f

View File

@ -1836,6 +1836,7 @@ function zat_init() {
);
if($r) {
$xchan = atoken_xchan($r[0]);
atoken_create_xchan($xchan);
atoken_login($xchan);
}
}