@@ -149,7 +149,7 @@ |
||
| 149 | 149 | $this->_template = $this->getModel(); |
| 150 | 150 | $this->_translation = $this->getTranslationModel(); |
| 151 | 151 | |
| 152 | - if ($this->processData($data)) { |
|
| 152 | + if ($this->processData($data)) { |
|
| 153 | 153 | $transaction = $this->db->beginTransaction(); |
| 154 | 154 | try { |
| 155 | 155 | $isSaved = $this->_template->insert(false); |