From 4245451ccd60c13d646f0acec05f4a19e8be20e9 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Mon, 15 Sep 2003 03:36:02 +0000 Subject: [PATCH] mistaken include_once 'Remote.php' - not sure why it worked at all --- pear/PEAR/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index 32f6745357..fc2196fc5e 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -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))) { -- 2.50.1