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" "image/ico"
] ]
}, },
"mirror": "remote":
{ {
"ftp": "ftp":
[ [

View file

@ -416,8 +416,8 @@ foreach($search->get() as $document)
} }
} }
// Copy to FTP mirror storage on enabled // Copy to FTP storage on enabled
foreach ($config->snap->storage->mirror->ftp as $ftp) foreach ($config->snap->storage->remote->ftp as $ftp)
{ {
// Resource enabled // Resource enabled
if (!$ftp->enabled) if (!$ftp->enabled)