summaryrefslogtreecommitdiffstats
path: root/collectstats.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-07-19 06:20:05 +0200
committermkanat%bugzilla.org <>2006-07-19 06:20:05 +0200
commit78094dfe411b41a33d930c7f0c623cc2eb216c28 (patch)
tree3a683755359017bc2fe1e17e002ddc5e79cac4b0 /collectstats.pl
parent33bdddf6e4a18a65dbabbf74047090de579f593f (diff)
downloadbugzilla-78094dfe411b41a33d930c7f0c623cc2eb216c28.tar.gz
bugzilla-78094dfe411b41a33d930c7f0c623cc2eb216c28.tar.xz
Bug 339379: Make Bugzilla::Product use Bugzilla::Object
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-xcollectstats.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectstats.pl b/collectstats.pl
index 5ba56fe4b..808badea9 100755
--- a/collectstats.pl
+++ b/collectstats.pl
@@ -68,7 +68,7 @@ if ($#ARGV >= 0 && $ARGV[0] eq "--regenerate") {
my $datadir = bz_locations()->{'datadir'};
-my @myproducts = map {$_->name} Bugzilla::Product::get_all_products();
+my @myproducts = map {$_->name} Bugzilla::Product->get_all;
unshift(@myproducts, "-All-");
# As we can now customize the list of resolutions, looking at the actual list