summaryrefslogtreecommitdiff
path: root/pear/PEAR/Installer.php
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2003-09-15 03:36:02 +0000
committerGreg Beaver <cellog@php.net>2003-09-15 03:36:02 +0000
commit4245451ccd60c13d646f0acec05f4a19e8be20e9 (patch)
tree533f10a578294193b1ca0d48576e68bcf8d87bf5 /pear/PEAR/Installer.php
parente4b848d7664cd1aaf26e2d826ef063c999c40b71 (diff)
downloadphp-git-4245451ccd60c13d646f0acec05f4a19e8be20e9.tar.gz
mistaken include_once 'Remote.php' - not sure why it worked at all
Diffstat (limited to 'pear/PEAR/Installer.php')
-rw-r--r--pear/PEAR/Installer.php2
1 files changed, 1 insertions, 1 deletions
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))) {