From cc69d134483d1e10423475735b1084535dd075b7 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 12 Aug 2006 06:45:07 +0000 Subject: Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->new Patch By Max Kanat-Alexander r=LpSolit, a=myk --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index e048aac40..68b2cd34f 100755 --- a/importxml.pl +++ b/importxml.pl @@ -224,7 +224,7 @@ sub flag_handler { } ); } else { - my $bug = new Bugzilla::Bug( $bugid, $exporterid ); + my $bug = new Bugzilla::Bug($bugid); $flag_types = $bug->flag_types; } unless ($flag_types){ -- cgit v1.2.3-24-g4f1b