Commit aa466eea authored by Dave Lawrence's avatar Dave Lawrence

Bug 980392 - Storable error generating when create etags for Bug.get under certain circumstances

parent c800e2c2
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment