Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed May 18, 2014
2 parents 2b974f8 + cb08415 commit 40154bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Tracker/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public function record($idVisit, $visitorIdCookie, $idReferrerActionUrl, $idRefe
}

foreach($this->actionIdsCached as $field => $idAction) {
$visitAction[$field] = $idAction;
$visitAction[$field] = ($idAction === false) ? 0 : $idAction;
}

$customValue = $this->getCustomFloatValue();
Expand Down

0 comments on commit 40154bb

Please sign in to comment.