Skip to content

Commit a9cac3b

Browse files
committedOct 6, 2011
Restore remembering the count from time to time while doing PA.
1 parent 3832e13 commit a9cac3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/WebGUI/Workflow/Activity/SummarizePassiveAnalytics.pm

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ sub execute {
126126
$recordLast->finish;
127127
$fetchLast->finish;
128128
$sth->finish;
129+
$instance->setScratch('counter', $counter);
129130
return $self->WAITING(1);
130131
}
131132
last LOG_CHUNK if $counter >= $total_rows;

0 commit comments

Comments
 (0)