summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2003-08-03 13:44:36 +0000
committerTomas V.V.Cox <cox@php.net>2003-08-03 13:44:36 +0000
commit7c58f22aaff5034f5e503197088aec863f56b400 (patch)
treed0d0eb6cb902779f6e875971e25a51bae7861d27
parent52da23faf488b611b13d762ca751e56121dcd4d6 (diff)
downloadphp-git-7c58f22aaff5034f5e503197088aec863f56b400.tar.gz
Made package dep checking to work again
(Seems that this line got lost at some point)
-rw-r--r--pear/PEAR/Dependency.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/PEAR/Dependency.php b/pear/PEAR/Dependency.php
index c4c2760504..37afd71a36 100644
--- a/pear/PEAR/Dependency.php
+++ b/pear/PEAR/Dependency.php
@@ -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;
}