Skip to content

Commit

Permalink
Revert visit properties changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bx80 committed Apr 25, 2023
1 parent 86ad09e commit 93bcbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Tracker/VisitorRecognizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function updateVisitPropertiesFromLastVisitRow(VisitProperties $visitProp
$value = strtotime($value);
}

$visitProperties->setProperty($field, $value, true);
$visitProperties->setProperty($field, $value);
}

Common::printDebug("The visit is part of an existing visit (
Expand Down

0 comments on commit 93bcbb9

Please sign in to comment.