parent
e2fb16cf63
commit
25ade121da
|
@ -39,7 +39,8 @@ if (is_ajax()) {
|
||||||
$mail_check = 'yourmail@domain.es';
|
$mail_check = 'yourmail@domain.es';
|
||||||
$mail_alert = alerts_get_alert_action_field1(1);
|
$mail_alert = alerts_get_alert_action_field1(1);
|
||||||
if ($mail_check === $mail_alert && $email !== false) {
|
if ($mail_check === $mail_alert && $email !== false) {
|
||||||
alerts_update_alert_action (1, array('field1' => $email));
|
alerts_update_alert_action (1, array('field1' => $email,
|
||||||
|
'field1_recovery' => $email));
|
||||||
}
|
}
|
||||||
|
|
||||||
config_update_value ('initial_wizard', 1);
|
config_update_value ('initial_wizard', 1);
|
||||||
|
|
Loading…
Reference in New Issue