From bb96171b2862747a2ce394c546f2c56b14d85a47 Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Thu, 6 Mar 2014 18:00:49 +0000 Subject: [PATCH] Bug 980392 - Storable error generating when create etags for Bug.get under certain circumstances git-svn-id: svn://10.0.0.236/trunk@265275 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);