diff options
author | zotlabs <mike@macgirvin.com> | 2019-03-06 19:01:28 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-03-06 19:01:28 -0800 |
commit | 0b2213dd41a7ef275766725c070e16f8ba94d5a5 (patch) | |
tree | f2a97fd0a7cb91d0613356fa7b7494909a378eb0 /include/channel.php | |
parent | 26e7da0b969c834cc6c2ff7c00713c7be05cb5c4 (diff) | |
download | volse-hubzilla-0b2213dd41a7ef275766725c070e16f8ba94d5a5.tar.gz volse-hubzilla-0b2213dd41a7ef275766725c070e16f8ba94d5a5.tar.bz2 volse-hubzilla-0b2213dd41a7ef275766725c070e16f8ba94d5a5.zip |
guest access tokens: xchan record not created on URL login
Diffstat (limited to 'include/channel.php')
-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); } } |