main
Nicolas Le Goff 12 years ago
parent fe04dbc1c3
commit 3f13eb87b1

@ -1615,7 +1615,7 @@ class Solver
$foundDisabled = false;
foreach ($problemRules as $problemRule) {
if ($problemRule->disabled()) {
if ($problemRule->isDisabled()) {
$foundDisabled = true;
break;
}

Loading…
Cancel
Save