Skip to content

Commit b2b7efc

Browse files
committed
fix(common): captcha check
1 parent 2c5dc27 commit b2b7efc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/common.class.php

-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ public static function checkCaptcha($captchaId, $challenge, $expiration = 600) {
522522
}
523523

524524
$result = strtolower($_SESSION['plugin_formcreator']['captcha'][$captchaId]['phrase']) == strtolower((string) $challenge);
525-
unset($_SESSION['plugin_formcreator']['captcha'][$captchaId]);
526525

527526
return $result;
528527
}

0 commit comments

Comments
 (0)