Merge branch 'ent-11217-fallo-al-deshabilitar-usuario-en-771' into 'develop'

Ent 11217 fallo al deshabilitar usuario en 771

See merge request artica/pandorafms!5893
This commit is contained in:
Rafael Ameijeiras 2023-05-17 08:01:28 +00:00
commit 688454617f
1 changed files with 4 additions and 3 deletions

View File

@ -413,10 +413,11 @@ if ($delete_user === true) {
);
} else if ($disable_user !== false) {
// CSRF Validator.
if (html_print_csrf_error()) {
/*
if (html_print_csrf_error()) {
return;
}
}
*/
// Disable_user.
$id_user = get_parameter('id', 0);