Fix travis
This commit is contained in:
parent
b8fabd90f8
commit
6e7fd67f37
@ -142,7 +142,7 @@ if (empty($reshook) && $action == 'create_ticket' && GETPOST('add', 'alpha')) {
|
|||||||
array_push($object->errors, $langs->trans("ErrorBadEmailAddress", $langs->transnoentities("email")));
|
array_push($object->errors, $langs->trans("ErrorBadEmailAddress", $langs->transnoentities("email")));
|
||||||
$action = '';
|
$action = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check Captcha code if is enabled
|
// Check Captcha code if is enabled
|
||||||
if (!empty($conf->global->MAIN_SECURITY_ENABLECAPTCHA)) {
|
if (!empty($conf->global->MAIN_SECURITY_ENABLECAPTCHA)) {
|
||||||
$sessionkey = 'dol_antispam_value';
|
$sessionkey = 'dol_antispam_value';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user