Consistently transform new challenge token

This commit is contained in:
Guangcong Luo 2017-01-22 03:17:47 -05:00
parent b5530a6405
commit c91cb4d57e

View File

@ -510,6 +510,7 @@ class NTBBSession {
$challengekeyid = intval($splitChallenge[0]);
$challenge = $splitChallenge[1];
if (@$splitChallenge[2] && !$challengetoken) $challengetoken = $splitChallenge[2];
$_REQUEST['challengetoken'] = $challengetoken;
}
if ($challengekeyid < 1) {