diff options
-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); } } |