mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-4818-cambio-en-plugin-tools' into 'develop'
Updated file names to avoid collision See merge request artica/pandorafms!2816
This commit is contained in:
commit
cb269789a7
@ -762,7 +762,7 @@ sub transfer_xml {
|
||||
my $file_path;
|
||||
|
||||
if (! (empty ($name))) {
|
||||
$file_name = $name . "." . sprintf("%d",time()) . ".data";
|
||||
$file_name = $name . "." . sprintf("%d",getCurrentUTimeMilis(). (rand()*10000)) . ".data";
|
||||
}
|
||||
else {
|
||||
# Inherit file name
|
||||
|
Loading…
x
Reference in New Issue
Block a user