Skip to content

Commit

Permalink
Fix a typo in the scratch variable for the last log position during P…
Browse files Browse the repository at this point in the history
…A bucketing.
  • Loading branch information
perlDreamer committed Oct 7, 2011
1 parent a9cac3b commit 916a1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/Workflow/Activity/BucketPassiveAnalytics.pm
Expand Up @@ -137,7 +137,7 @@ sub execute {
}

if ($expired) {
$instance->setScratch('logIndex', $logIndex);
$instance->setScratch('lastPassiveLogIndex', $logIndex);
return $self->WAITING(1);
}
last DELTA_CHUNK if $logIndex >= $total_rows;
Expand Down

0 comments on commit 916a1ea

Please sign in to comment.