mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 08:14:52 +00:00
use client_id as post var name not client
This commit is contained in:
@@ -14,7 +14,7 @@ if (isset($_POST['add_trip'])) {
|
||||
|
||||
require_once 'trip_model.php';
|
||||
|
||||
$client_id = intval($_POST['client']);
|
||||
$client_id = intval($_POST['client_id']);
|
||||
|
||||
if ($client_id) {
|
||||
enforceClientAccess();
|
||||
|
||||
Reference in New Issue
Block a user