Skip to content

Commit

Permalink
fix missing backup-enabled setting entry
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
  • Loading branch information
d00p committed Apr 29, 2016
1 parent b2cd992 commit e8e9805
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions actions/admin/settings/110.accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@
'varname' => 'allow_preset',
),
'onlyif' => 1
)
),
)
),
'system_backupenabled' => array(
'label' => $lng['serversettings']['backupenabled'],
Expand All @@ -197,6 +196,6 @@
),
),
),
);
)
);

?>

0 comments on commit e8e9805

Please sign in to comment.