diff options
author | zotlabs <mike@macgirvin.com> | 2019-03-07 03:01:28 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-03-07 09:30:38 +0100 |
commit | beb4e00afb59fc7ec7c798e09152dfd8b026265f (patch) | |
tree | 8350bf98df0aa5df67513117cff23350191b6bdb | |
parent | 9450305568fe918444a0bfb21f8e8f0ff13265ba (diff) | |
download | volse-hubzilla-beb4e00afb59fc7ec7c798e09152dfd8b026265f.tar.gz volse-hubzilla-beb4e00afb59fc7ec7c798e09152dfd8b026265f.tar.bz2 volse-hubzilla-beb4e00afb59fc7ec7c798e09152dfd8b026265f.zip |
guest access tokens: xchan record not created on URL login
(cherry picked from commit 0b2213dd41a7ef275766725c070e16f8ba94d5a5)
-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); } } |