mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 08:14:52 +00:00
Trips: enforceClientAccess only if client is referenced
This commit is contained in:
@@ -8,4 +8,3 @@ $miles = floatval($_POST['miles']);
|
||||
$roundtrip = intval($_POST['roundtrip'] ?? 0);
|
||||
$purpose = sanitizeInput($_POST['purpose']);
|
||||
$user_id = intval($_POST['user']);
|
||||
$client_id = intval($_POST['client']);
|
||||
|
||||
Reference in New Issue
Block a user