1
0
Fork 0
pull/584/head
Nicolas Le Goff 2012-04-16 13:46:04 +02:00
parent fe04dbc1c3
commit 3f13eb87b1
1 changed files with 1 additions and 1 deletions

View File

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