1
0
Fork 0

featureRule no longer exists, only update rule

pull/318/merge
Nils Adermann 2012-02-18 18:04:45 +01:00
parent 54a8dc1d9c
commit cbc021c05d
1 changed files with 1 additions and 1 deletions

View File

@ -988,7 +988,7 @@ class Solver
if ($this->policy->allowUninstall()) {
$rule->setWeak(true);
$this->addRule(RuleSet::TYPE_FEATURE, $featureRule);
$this->addRule(RuleSet::TYPE_FEATURE, $rule);
$this->packageToFeatureRule[$package->getId()] = $rule;
} else {
$this->addRule(RuleSet::TYPE_UPDATE, $rule);