mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
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…
x
Reference in New Issue
Block a user