16
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
require_once __DIR__ . '/../../connect.php';
|
||||
|
||||
try {
|
||||
$con_tracking = Database::get('tracking');
|
||||
// $con = Database::get('main'); // Add this just in case as well, to be safe.
|
||||
|
||||
$driver_id = filterRequest("driver_id");
|
||||
|
||||
if ($driver_id === false || empty($driver_id)) {
|
||||
|
||||
@@ -158,7 +158,7 @@ try {
|
||||
"تم قبول رحلتك",
|
||||
"الكابتن " . ($driverInfo['driverName'] ?? '') . " في طريقه إليك",
|
||||
['ride_id' => (string) $rideId, 'driver_info' => $driverInfo],
|
||||
"ride_accepted",
|
||||
"Accepted Ride",
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user