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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user