BUG 8845 "Se aconseja adjuntar el boton de export en el submenu..." SOLVED

- The xmlFrm object of the XmlForm class has no value in the attribute "home"
- Was assigned the corresponding value in the attribute "home"
This commit is contained in:
Victor Saisa Lopez
2012-05-28 12:29:04 -04:00
parent db7b3227f5
commit 40915f74a8

View File

@@ -88,8 +88,9 @@ try {
G::RenderPage("publish", "raw");
}
else {
$xmlFrm = new xmlform();
$xmlFrm->parseFile(PATH_XMLFORM . "processes" . PATH_SEP . "processes_Export.xml" , SYS_LANG, true);
$xmlFrm = new XmlForm();
$xmlFrm->home = PATH_XMLFORM . "processes" . PATH_SEP;
$xmlFrm->parseFile("processes_Export.xml" , SYS_LANG, true);
$Fields["xmlFrmFieldLabel"] = array(
"title" => $xmlFrm->fields["TITLE"]->label,