Skip to content

Commit

Permalink
fixed sektioneins#8 inverse test.
Browse files Browse the repository at this point in the history
  • Loading branch information
bef committed Nov 25, 2014
1 parent b1e3235 commit 55c1125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpconfigcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function test_all_ini_entries()
}
break;
case 'log_errors':
if (is_on($v)) {
if (!is_on($v)) {
list($result, $reason) = array(TEST_LOW, "You are not logging errors.");
}
break;
Expand Down

0 comments on commit 55c1125

Please sign in to comment.