update option name

This commit is contained in:
ghost 2023-11-26 21:33:34 +02:00
parent 133548a98c
commit 349f26f5ea
2 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@
"image/ico"
]
},
"mirror":
"remote":
{
"ftp":
[

View File

@ -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)