mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 09:45:30 +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(
|
||||
'%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…
Add table
Add a link
Reference in a new issue