@@ -378,7 +378,7 @@ |
||
| 378 | 378 | $table = $this->getTableName(); |
| 379 | 379 | $locales = $this->getConfig('locales'); |
| 380 | 380 | foreach ($this->new_texts as $k => $v) { |
| 381 | - foreach($locales as $lang => $locale_data) { |
|
| 381 | + foreach ($locales as $lang => $locale_data) { |
|
| 382 | 382 | $exists = $this->db->table($table)->where([ |
| 383 | 383 | 'key' => $k, |
| 384 | 384 | 'lang' => $lang, |