mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
Made package dep checking to work again
(Seems that this line got lost at some point)
This commit is contained in:
parent
52da23faf4
commit
7c58f22aaf
@ -139,6 +139,7 @@ class PEAR_Dependency
|
||||
$errmsg = "requires package `$name' " .
|
||||
$this->signOperator($relation) . " $req";
|
||||
$code = $this->codeFromRelation($relation, $version, $req);
|
||||
return PEAR_DEPENDENCY_MISSING;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user