diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 497231a637d..c543497f6a4 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8950 \ No newline at end of file +8951 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm index bb0ea174041..7c6547de91b 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm @@ -411,7 +411,7 @@ sub get { # Set the ETag before inserting the update tokens # since the tokens will always be unique even if # the data has not changed. - $self->bz_etag(\@bugs); + $self->bz_etag(\@hashes); $self->_add_update_tokens($params, \@bugs, \@hashes);