diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-05-23 18:59:37 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-05-23 18:59:37 +0200 |
commit | 222f05b5ca5c66132aa244ced9c2470b44918762 (patch) | |
tree | 3dec9e4dd4fd2a349c158f716e31de6d0585682c /importxml.pl | |
parent | Bug 657707: importxml.pl crashes when importing keywords (diff) | |
download | bugzilla-222f05b5ca5c66132aa244ced9c2470b44918762.tar.gz bugzilla-222f05b5ca5c66132aa244ced9c2470b44918762.tar.bz2 bugzilla-222f05b5ca5c66132aa244ced9c2470b44918762.zip |
Bug 658905: flag_handler() gets arguments in the wrong order in importxml.pl
r=glob a=LpSolit
Diffstat (limited to 'importxml.pl')
-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 ) = @_; |