@@ -66,7 +66,7 @@ |
||
| 66 | 66 | $indexType = $indexDetails['type']; |
| 67 | 67 | $options = $indexDetails['options']; |
| 68 | 68 | |
| 69 | - $options['name'] = strtolower($collection->getCollectionName() . "_" . $column . "_" . $type); |
|
| 69 | + $options['name'] = strtolower($collection->getCollectionName()."_".$column."_".$type); |
|
| 70 | 70 | |
| 71 | 71 | $options['ns'] = $collection->getNamespace(); |
| 72 | 72 | |