We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c807936 commit e2288bfCopy full SHA for e2288bf
inc/targetchange.class.php
@@ -963,7 +963,7 @@ public function save(PluginFormcreatorForm_Answer $formanswer) {
963
];
964
foreach ($changeFields as $changeField) {
965
//TODO: 2.7.0 rename PluginFormcreatorTargetChange's comment into content
966
- if ($changeField == 'content') {
+ if ($changeField != 'content') {
967
// This handles mismatch of the column content in Change itemtype and comment in TargetChange itemtype
968
$data[$changeField] = $this->fields[$changeField];
969
} else {
0 commit comments