mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
fix destination name
This commit is contained in:
parent
87ca594860
commit
51d52dea7d
1 changed files with 6 additions and 4 deletions
|
|
@ -525,8 +525,9 @@ foreach($search->get() as $document)
|
||||||
$filename = sprintf(
|
$filename = sprintf(
|
||||||
'%s/%s',
|
'%s/%s',
|
||||||
$filepath,
|
$filepath,
|
||||||
basename(
|
sprintf(
|
||||||
$tmp
|
'%s.tar.gz',
|
||||||
|
$time
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
@ -588,8 +589,9 @@ foreach($search->get() as $document)
|
||||||
$filename = sprintf(
|
$filename = sprintf(
|
||||||
'%s/%s',
|
'%s/%s',
|
||||||
$filepath,
|
$filepath,
|
||||||
basename(
|
sprintf(
|
||||||
$tmp
|
'%s.tar.gz',
|
||||||
|
$time
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue