Commit 872c81cb authored by Jonathan.Wage's avatar Jonathan.Wage

Fix for index generation only generating the last index only.

parent 6334c5a1
......@@ -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) {
......
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