aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-03-06 19:01:28 -0800
committerzotlabs <mike@macgirvin.com>2019-03-06 19:01:28 -0800
commit0b2213dd41a7ef275766725c070e16f8ba94d5a5 (patch)
treef2a97fd0a7cb91d0613356fa7b7494909a378eb0
parent26e7da0b969c834cc6c2ff7c00713c7be05cb5c4 (diff)
downloadvolse-hubzilla-0b2213dd41a7ef275766725c070e16f8ba94d5a5.tar.gz
volse-hubzilla-0b2213dd41a7ef275766725c070e16f8ba94d5a5.tar.bz2
volse-hubzilla-0b2213dd41a7ef275766725c070e16f8ba94d5a5.zip
guest access tokens: xchan record not created on URL login
-rw-r--r--include/channel.php1
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);
}
}