mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
mistaken include_once 'Remote.php' - not sure why it worked at all
This commit is contained in:
parent
e4b848d766
commit
4245451ccd
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ class PEAR_Installer extends PEAR_Common
|
||||||
$this->popErrorHandling();
|
$this->popErrorHandling();
|
||||||
if (PEAR::isError($file)) {
|
if (PEAR::isError($file)) {
|
||||||
if ($this->validPackageName($origpkgfile)) {
|
if ($this->validPackageName($origpkgfile)) {
|
||||||
include_once 'Remote.php';
|
include_once 'PEAR/Remote.php';
|
||||||
$remote = new PEAR_Remote($config);
|
$remote = new PEAR_Remote($config);
|
||||||
if (!PEAR::isError($info = $remote->call('package.info',
|
if (!PEAR::isError($info = $remote->call('package.info',
|
||||||
$origpkgfile))) {
|
$origpkgfile))) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue