Merge pull request #16584 from hregis/fix_missing_user_get_rights

FIX missing user get rights
This commit is contained in:
Laurent Destailleur 2021-03-08 13:48:42 +01:00 committed by GitHub
commit 4ad24dd665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,8 @@ if ($result < 0) {
exit;
}
}
$user->getrights();
$id = GETPOST('id', 'alpha'); // We accept non numeric id. We will filter later.