From: Dave Lawrence Date: Thu, 6 Mar 2014 17:57:17 +0000 (+0000) Subject: Bug 980392 - Storable error generating when create etags for Bug.get under certain... X-Git-Tag: bugzilla-4.5.3~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa466eea71643200e3222cf5f3e127111281c052;p=thirdparty%2Fbugzilla.git Bug 980392 - Storable error generating when create etags for Bug.get under certain circumstances --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index bb0ea17404..7c6547de91 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);