From ae9da3a9c1201c738440a8323589125a1c5b7915 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 27 May 2001 09:40:58 +0000 Subject: [PATCH] * typo --- pear/PEAR/Uploader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1