Skip to content
Extraits de code Groupes Projets
Valider c34d63e7 rédigé par mattab's avatar mattab
Parcourir les fichiers

Fixes #4565 Add overrideLocation call in returning visitors, during further actions by same user

parent 96ac5886
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -237,6 +237,8 @@ class Visit implements VisitInterface ...@@ -237,6 +237,8 @@ class Visit implements VisitInterface
$this->visitorInfo['time_spent_ref_action'] = $this->getTimeSpentReferrerAction(); $this->visitorInfo['time_spent_ref_action'] = $this->getTimeSpentReferrerAction();
$this->request->overrideLocation($valuesToUpdate);
// update visitorInfo // update visitorInfo
foreach ($valuesToUpdate AS $name => $value) { foreach ($valuesToUpdate AS $name => $value) {
$this->visitorInfo[$name] = $value; $this->visitorInfo[$name] = $value;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter