MT-10
Fix export
This commit is contained in:
@@ -33,7 +33,7 @@ try {
|
||||
}
|
||||
if (\BpmnProject::exists($_GET["pro_uid"]) && isset($_GET['objects'])) {
|
||||
$_GET["objects"] = \G::json_decode($_GET['objects']);
|
||||
if(sizeof($_GET['objects']) == 0 || '' == trim($_GET['objects']) ){
|
||||
if (sizeof($_GET['objects']) == 0) {
|
||||
$exporter = new ProcessMaker\Exporter\XmlExporter($_GET["pro_uid"]);
|
||||
$getProjectName = $exporter->truncateName($exporter->getProjectName(), false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user