This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-03-25 15:57:53 -04:00
parent 1ad0369e0a
commit 4581a6efc3
2 changed files with 14 additions and 7 deletions

View File

@@ -173,6 +173,9 @@ class Dynaform extends BaseDynaform
if (isset($aData["DYN_CONTENT"])) {
$this->setDynContent($aData["DYN_CONTENT"]);
}
if (isset($aData["DYN_LABEL"])) {
$this->setDynLabel($aData["DYN_LABEL"]);
}
if (!isset($aData['DYN_VERSION'])) {
$aData['DYN_VERSION'] = 0;
}