Merged in gproly/processmaker/PM-3259 (pull request #2673)

PM-3259
This commit is contained in:
Julio Cesar Laura Avendaño
2015-09-01 09:55:07 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ class pmDynaform
public $fields = null;
public $record = null;
public $credentials = null;
public $lang = null;
public $lang = SYS_LANG;
public $langs = null;
public $onPropertyRead = "onPropertyReadFormInstance";

View File

@@ -4,4 +4,5 @@ $DYN_UID = $_GET["dyn_uid"];
$_SESSION['PROCESS'] = $_GET["prj_uid"];
G::LoadClass('pmDynaform');
$a = new pmDynaform(array("CURRENT_DYNAFORM" => $DYN_UID));
$a->lang = null;
$a->printPmDynaform();