Merge branch 'ent-9149-13753-incidencia-validacion-password-mail' into 'develop'
Ent 9149 13753 incidencia validacion password mail See merge request artica/pandorafms!5108
This commit is contained in:
commit
c556c7f505
|
@ -34,7 +34,7 @@ check_login();
|
|||
|
||||
if (is_ajax()) {
|
||||
$test_address = get_parameter('test_address', '');
|
||||
$params = get_parameter('params', '');
|
||||
$params = io_safe_output(get_parameter('params', ''));
|
||||
|
||||
$res = send_test_email(
|
||||
$test_address,
|
||||
|
|
Loading…
Reference in New Issue