Fixed $processUid preset in webentry file.
This commit is contained in:
davidcallizaya
2017-06-02 16:06:26 -04:00
parent 14fce41241
commit a3d2fd09a3

View File

@@ -405,7 +405,7 @@ class WebEntry
$fileContent .= "if (!isset(\$_DBArray)) {\n";
$fileContent .= " \$_DBArray = array();\n";
$fileContent .= "}\n";
$fileContent .= "\$_SESSION[\"PROCESS\"] = \$processUid;\n";
$fileContent .= "\$_SESSION[\"PROCESS\"] = \"" . $processUid . "\";\n";
$fileContent .= "\$_SESSION[\"CURRENT_DYN_UID\"] = \"" . $dynaFormUid . "\";\n";
$fileContent .= "\$G_PUBLISH = new Publisher();\n";