Fix for index generation only generating the last index only.
This commit is contained in:
parent
6334c5a165
commit
872c81cb5a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue