mirror of
https://github.com/YGGverse/Yo.git
synced 2025-01-30 08:24:16 +00:00
fix destination name
This commit is contained in:
parent
87ca594860
commit
51d52dea7d
@ -525,8 +525,9 @@ foreach($search->get() as $document)
|
||||
$filename = sprintf(
|
||||
'%s/%s',
|
||||
$filepath,
|
||||
basename(
|
||||
$tmp
|
||||
sprintf(
|
||||
'%s.tar.gz',
|
||||
$time
|
||||
)
|
||||
);
|
||||
|
||||
@ -588,8 +589,9 @@ foreach($search->get() as $document)
|
||||
$filename = sprintf(
|
||||
'%s/%s',
|
||||
$filepath,
|
||||
basename(
|
||||
$tmp
|
||||
sprintf(
|
||||
'%s.tar.gz',
|
||||
$time
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user