1
0
Fork 0
pull/66/head
Jordi Boggiano 2011-10-28 01:02:33 +02:00
parent 23c1c40b3d
commit 18e8da6a5e
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ class Solver
}
if (isset($this->packageToFeatureRule[$package->getId()])) {
$this->packageToFeatureRule[$literal->getPackageId()]->disable();
$this->packageToFeatureRule[$package->getId()]->disable();
}
}