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 18, 2023
1 parent 7f79ab5 commit b374ea1
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 b374ea1

Please sign in to comment.