use just hash for flexihash lookup
This commit is contained in:
parent
186ea55348
commit
6e914ff4e7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user