summaryrefslogtreecommitdiffstats
path: root/collectstats.pl
diff options
context:
space:
mode:
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-xcollectstats.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/collectstats.pl b/collectstats.pl
index c5db30b5f..1487e5a72 100755
--- a/collectstats.pl
+++ b/collectstats.pl
@@ -504,7 +504,8 @@ sub CollectSeriesData {
'fields' => ["bug_id"],
'allow_unlimited' => 1,
'user' => $user);
- $data = $search->data;
+ my $sql = $search->sql;
+ $data = $shadow_dbh->selectall_arrayref($sql);
};
if (!$@) {