Fixed entities in resource exporting
This commit is contained in:
parent
20a1436711
commit
f7fe604914
|
@ -379,7 +379,7 @@ function get_name_xml_resource($hook_enterprise)
|
|||
break;
|
||||
}
|
||||
|
||||
$file = $name.'.ptr';
|
||||
$file = io_safe_output($name).'.ptr';
|
||||
|
||||
return $file;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue