summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/WebService/Bug.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index bb0ea1740..7c6547de9 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/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);