diff options
-rwxr-xr-x | importxml.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl index ca9b503ca..c2366cb6c 100755 --- a/importxml.pl +++ b/importxml.pl @@ -173,7 +173,7 @@ sub flag_handler { my ( $name, $status, $setter_login, $requestee_login, $exporterid, $bugid, - $productid, $componentid, $attachid + $componentid, $productid, $attachid ) = @_; |