Fixed entities in resource exporting

This commit is contained in:
manuel.montes 2020-08-28 14:43:20 +02:00
parent 20a1436711
commit f7fe604914
1 changed files with 1 additions and 1 deletions

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;
}