diff options
author | zottel <github@zottel.net> | 2016-08-02 10:56:47 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2016-08-02 10:56:47 +0200 |
commit | dd83f6f3567ffa58b6addf2bc070ee244c868138 (patch) | |
tree | e9b9ab6e5b9b04a5a667f1ae0363b5f11d140f52 /include/auth.php | |
parent | 55eda16b61041cf5d3aa941f3b2b4329246b1028 (diff) | |
parent | 69354e808f35b57e169fa662b75498a97dd1dfee (diff) | |
download | volse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.tar.gz volse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.tar.bz2 volse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.zip |
Merge remote-tracking branch 'upstream/dev' into dev
Diffstat (limited to 'include/auth.php')
-rw-r--r-- | include/auth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/auth.php b/include/auth.php index f3592cee3..fdcecec36 100644 --- a/include/auth.php +++ b/include/auth.php @@ -57,6 +57,7 @@ function account_verify_password($login, $pass) { ); if($x) { $ret['xchan'] = atoken_xchan($x[0]); + atoken_create_xchan($ret['xchan']); return $ret; } } |