diff options
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index b71ffc878..058d12ecd 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -418,7 +418,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); |