Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
This commit is contained in:
commit
1e6f856e11
@ -55,7 +55,7 @@ include_once '../../../main.inc.php'; // Load $user and permissions
|
||||
|
||||
$action = GETPOST('action', 'aZ09');
|
||||
$id = GETPOST('id', 'int');
|
||||
$email = GETPOST('email', 'alphanohtml');
|
||||
$email = GETPOST('email', 'custom', 0, 'FILTER_VALIDATE_EMAIL');
|
||||
|
||||
if (!isModEnabled('ticket')) {
|
||||
httponly_accessforbidden('Module Ticket not enabled');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user