summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl2
1 files changed, 1 insertions, 1 deletions
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){