From e8e980509f494aa2a033c5296476c7f3d4a1469b Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 29 Apr 2016 10:10:35 +0200 Subject: [PATCH] fix missing backup-enabled setting entry Signed-off-by: Michael Kaufmann (d00p) --- actions/admin/settings/110.accounts.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/actions/admin/settings/110.accounts.php b/actions/admin/settings/110.accounts.php index 95df194e..73890e4c 100644 --- a/actions/admin/settings/110.accounts.php +++ b/actions/admin/settings/110.accounts.php @@ -183,8 +183,7 @@ return array( 'varname' => 'allow_preset', ), 'onlyif' => 1 - ) - ), + ) ), 'system_backupenabled' => array( 'label' => $lng['serversettings']['backupenabled'], @@ -197,6 +196,6 @@ return array( ), ), ), - ); + ) +); -?>