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( ), ), ), - ); + ) +); -?>