fix access_backup*s* paramter name

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-06-07 21:14:01 +02:00
parent 1cf5865bba
commit c668c180d5
4 changed files with 18 additions and 18 deletions

View File

@@ -158,9 +158,9 @@ return [
'callback' => [Backup::class, 'backupStorageLink'],
'visible' => (bool)Settings::Get('backup.enabled'),
],
'c.access_backup' => [
'label' => lng('backup.access_backup'),
'field' => 'access_backup',
'c.access_backups' => [
'label' => lng('backup.access_backups'),
'field' => 'access_backups',
'class' => 'text-center',
'callback' => [Text::class, 'boolean'],
'visible' => (bool)Settings::Get('backup.enabled'),