use just hash for flexihash lookup

This commit is contained in:
Shish 2017-09-21 05:25:45 +01:00
parent 186ea55348
commit 6e914ff4e7

View File

@ -781,7 +781,8 @@ class Image {
}
}
$choice = $flexihash->lookup($pre.$post);
// $choice = $flexihash->lookup($pre.$post);
$choice = $flexihash->lookup($this->hash); // doesn't change
$tmpl = $pre.$choice.$post;
}