]> granicus.if.org Git - php/commitdiff
Fix package dependency check (reported by Rasmus)
authorTomas V.V.Cox <cox@php.net>
Thu, 23 May 2002 20:37:58 +0000 (20:37 +0000)
committerTomas V.V.Cox <cox@php.net>
Thu, 23 May 2002 20:37:58 +0000 (20:37 +0000)
pear/PEAR/Dependency.php

index 74debb540bd945bf131817b1e019829ae8f3e9b8..4db89d294890732c33ad960ece6744117c3f9f8e 100644 (file)
@@ -117,6 +117,7 @@ class PEAR_Dependency
                     return "requires package `$name' " .
                            $this->signOperator($relation) . " $req";
                 }
+                return false;
         }
         return "Relation '$relation' with requirement '$req' is not supported (name=$name)";
     }