FIX missing user get rights

This commit is contained in:
Regis Houssin 2021-03-08 11:33:37 +01:00
parent 4d409e23f5
commit 4f4829ea70

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.