diff options
author | redmatrix <git@macgirvin.com> | 2016-07-21 20:04:30 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-21 20:04:30 -0700 |
commit | bc46f70a90a25cc3f4395c1badfec6aad351589f (patch) | |
tree | 8968e7b95b82e07c26ee3472dd53509af77d00e4 /include/channel.php | |
parent | 8566f9130395ecdbe19f9fce85a26dac39d9fe24 (diff) | |
download | volse-hubzilla-bc46f70a90a25cc3f4395c1badfec6aad351589f.tar.gz volse-hubzilla-bc46f70a90a25cc3f4395c1badfec6aad351589f.tar.bz2 volse-hubzilla-bc46f70a90a25cc3f4395c1badfec6aad351589f.zip |
zat URL auth updated to match changes to the atoken_login interface
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index 708e70b1c..a5233743d 100644 --- a/include/channel.php +++ b/include/channel.php @@ -1371,7 +1371,8 @@ function zat_init() { dbesc($_REQUEST['zat']) ); if($r) { - atoken_login($r[0]); + $xchan = atoken_xchan($r[0]); + atoken_login($xchan); } } |