diff --git a/app/Models/userTrips.php b/app/Models/userTrips.php index 0ee2ba4..977894f 100644 --- a/app/Models/userTrips.php +++ b/app/Models/userTrips.php @@ -36,7 +36,7 @@ $vl=''; } - public function savvyLoadSavedTrips($in, CVars &$out) { + public function savvyLoadSavedTrips($in, &$out) { $ret = 0; $member_id = $in['member_id'];