@@ -176,7 +176,7 @@ |
||
176 | 176 | $this->getManager()->save($row); |
177 | 177 | |
178 | 178 | foreach ($this->indexes as $index => $fields) { |
179 | - if(in_array($name, $fields)) { |
|
179 | + if (in_array($name, $fields)) { |
|
180 | 180 | $this->indexes[$index][array_search($name, $fields)] = $new; |
181 | 181 | } |
182 | 182 | } |