Merge branch 'master' of bitbucket.org:colosa/processmaker into CONSOLIDATED

This commit is contained in:
Brayan Pereyra
2015-03-25 18:20:07 -04:00
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;
}