diff options
author | Mario <mario@mariovavti.com> | 2019-03-07 09:29:21 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-03-07 09:29:21 +0100 |
commit | 3e6607585f07280eb05eb2c8c9336df25fd98af6 (patch) | |
tree | f6d3622e5b8205c1f81fe2b89944d1fe69f7e515 | |
parent | 08725c44c6874bdbbb46649645a9ac818f0abe36 (diff) | |
parent | 0b2213dd41a7ef275766725c070e16f8ba94d5a5 (diff) | |
download | volse-hubzilla-3e6607585f07280eb05eb2c8c9336df25fd98af6.tar.gz volse-hubzilla-3e6607585f07280eb05eb2c8c9336df25fd98af6.tar.bz2 volse-hubzilla-3e6607585f07280eb05eb2c8c9336df25fd98af6.zip |
Merge branch 'dev' into 'dev'
guest access tokens: xchan record not created on URL login
See merge request hubzilla/core!1543
-rw-r--r-- | include/channel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/channel.php b/include/channel.php index 466d2eab9..f705ba4d2 100644 --- a/include/channel.php +++ b/include/channel.php @@ -1836,6 +1836,7 @@ function zat_init() { ); if($r) { $xchan = atoken_xchan($r[0]); + atoken_create_xchan($xchan); atoken_login($xchan); } } |