@@ -198,8 +198,7 @@ |
||
| 198 | 198 | $type = $this->data[$i]['type']; |
| 199 | 199 | if ($type === CustomField::TYPE_ENUM) { |
| 200 | 200 | $this->data[$i]['enum_value']['gid'] = $value; |
| 201 | - } |
|
| 202 | - else { |
|
| 201 | + } else { |
|
| 203 | 202 | $this->data["{$type}_value"] = $value; |
| 204 | 203 | } |
| 205 | 204 | $this->diff[$i] = true; |