1
0
Fork 0
pull/72/head
Jordi Boggiano 2011-10-28 01:02:33 +02:00 committed by Nils Adermann
parent 1e0710b32f
commit d3aa8336dc
1 changed files with 1 additions and 1 deletions

View File

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