Skip to content

Commit

Permalink
Consider the package to be enabled If not explicitly disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
doktornotor committed Dec 19, 2016
1 parent fe5c2fb commit fb00e44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function acb_enabled() {
$acb_enabled = false;

if (is_array($config['installedpackages']['autoconfigbackup']['config'])) {
if ($config['installedpackages']['autoconfigbackup']['config'][0]['enable_acb'] == "on") {
if ($config['installedpackages']['autoconfigbackup']['config'][0]['enable_acb'] != "disabled") {
$acb_enabled = true;
}
}
Expand Down

0 comments on commit fb00e44

Please sign in to comment.