Merge branch 'ent-6159-entities-al-exportar-ficheros-ptr-de-politicas' into 'develop'

Ent 6159 entities al exportar ficheros ptr de politicas

See merge request artica/pandorafms!3414
This commit is contained in:
Daniel Rodriguez 2020-09-22 12:14:19 +02:00
commit 49d8d1da9a

View File

@ -379,7 +379,7 @@ function get_name_xml_resource($hook_enterprise)
break;
}
$file = $name.'.ptr';
$file = io_safe_output($name).'.ptr';
return $file;
}