- Issue created by @Anybody
- Merge request !15Update persistent_visitor_parameters_user_registration.module → (Merged) created by Anybody
Automatically closed - issue fixed for 2 weeks with no activity.
... elseif ($config->get('track_http_referrer_fallback')) {
$fieldsArray['HTTP_REFERER'] = $currentRequest->server->get('HTTP_REFERER');
$fieldsArray = array_filter($currentRequest->query->all(), fn($key) => in_array($key, $parametersToTrack, TRUE), ARRAY_FILTER_USE_KEY);
}
Can never work, as the second line always overwrites the first line?
Needs to be turned around.
Active
1.0
Code (persistent_visitor_parameters_user_registration)
Automatically closed - issue fixed for 2 weeks with no activity.