Fix for index generation only generating the last index only.
This commit is contained in:
parent
6334c5a165
commit
872c81cb5a
@ -484,7 +484,7 @@ END;
|
||||
$build = '';
|
||||
|
||||
foreach ($indexes as $indexName => $definitions) {
|
||||
$build = "\n\t\t".'$this->index(\'' . $indexName . '\', array(';
|
||||
$build .= "\n\t\t".'$this->index(\'' . $indexName . '\', array(';
|
||||
|
||||
foreach ($definitions as $name => $value) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user