From: Stig Bakken Date: Sun, 27 May 2001 09:40:58 +0000 (+0000) Subject: * typo X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae9da3a9c1201c738440a8323589125a1c5b7915;p=php * typo --- diff --git a/pear/PEAR/Uploader.php b/pear/PEAR/Uploader.php index 1ed62a8a0d..593a92d01b 100644 --- a/pear/PEAR/Uploader.php +++ b/pear/PEAR/Uploader.php @@ -49,7 +49,7 @@ class PEAR_Uploader extends PEAR_Common if ($infofile === null) { $info = $this->infoFromTarBall($pkgfile); } else { - $info = infoFromDescriptionFile($infofile); + $info = $this->infoFromDescriptionFile($infofile); } if (PEAR::isError($info)) { return $info;