]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 980392 - Storable error generating when create etags for Bug.get under certain...
authorDave Lawrence <dlawrence@mozilla.com>
Thu, 6 Mar 2014 17:57:17 +0000 (17:57 +0000)
committerDave Lawrence <dlawrence@mozilla.com>
Thu, 6 Mar 2014 17:57:17 +0000 (17:57 +0000)
Bugzilla/WebService/Bug.pm

index bb0ea174041cb8c3c02682518e3092d349ea0e6e..7c6547de91bbaaa59ac3488ca3a88cc6c0981b99 100644 (file)
@@ -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);