1
0
Fork 0

Merge pull request #584 from nlegoff/fix_typo

fix_typo
pull/658/head
Nils Adermann 2012-04-17 11:04:13 -07:00
commit 5541b52530
1 changed files with 1 additions and 1 deletions

View File

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