mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
update option name
This commit is contained in:
parent
133548a98c
commit
349f26f5ea
2 changed files with 3 additions and 3 deletions
|
|
@ -416,8 +416,8 @@ foreach($search->get() as $document)
|
|||
}
|
||||
}
|
||||
|
||||
// Copy to FTP mirror storage on enabled
|
||||
foreach ($config->snap->storage->mirror->ftp as $ftp)
|
||||
// Copy to FTP storage on enabled
|
||||
foreach ($config->snap->storage->remote->ftp as $ftp)
|
||||
{
|
||||
// Resource enabled
|
||||
if (!$ftp->enabled)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue