mistaken include_once 'Remote.php' - not sure why it worked at all

This commit is contained in:
Greg Beaver 2003-09-15 03:36:02 +00:00
parent e4b848d766
commit 4245451ccd

View file

@ -559,7 +559,7 @@ class PEAR_Installer extends PEAR_Common
$this->popErrorHandling();
if (PEAR::isError($file)) {
if ($this->validPackageName($origpkgfile)) {
include_once 'Remote.php';
include_once 'PEAR/Remote.php';
$remote = new PEAR_Remote($config);
if (!PEAR::isError($info = $remote->call('package.info',
$origpkgfile))) {