mirror of
https://github.com/Mibew/i18n.git
synced 2025-02-25 18:54:32 +03:00
fix captcha
This commit is contained in:
parent
acfd461617
commit
c48cf51e58
@ -88,7 +88,7 @@ if($settings["enablecaptcha"] == "1" && can_show_captcha()) {
|
||||
if(empty($original) || empty($captcha) || $captcha != $original) {
|
||||
$errors[] = getlocal('errors.captcha');
|
||||
}
|
||||
unset($_SESSION['captcha']);
|
||||
unset($_SESSION['mibew_captcha']);
|
||||
}
|
||||
|
||||
if( count($errors) > 0 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user