This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-01-03 14:22:58 -04:00
parent 7f6155702f
commit a4b1eac7b9
3 changed files with 27 additions and 3 deletions

View File

@@ -65,6 +65,8 @@ class PmDynaform
}
$this->record["DYN_CONTENT"] = G::json_encode($json);
}
//to do, this line should be removed. Related to PMC-196.
$this->record['DYN_CONTENT'] = G::fixStringCorrupted($this->record['DYN_CONTENT']);
}
public function getDynaformTitle($idDynaform)