From 495925381e7bba137c1b09934a2e760734423856 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 13 Jun 2004 14:06:01 +0000 Subject: [PATCH] - Typo (#1627) (cox) --- pear/PEAR/Packager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Packager.php b/pear/PEAR/Packager.php index 684df6804d..3e729fb5fe 100644 --- a/pear/PEAR/Packager.php +++ b/pear/PEAR/Packager.php @@ -94,7 +94,7 @@ class PEAR_Packager extends PEAR_Common $filelist[$i++] = $file; if (empty($pkginfo['filelist'][$fname]['md5sum'])) { $md5sum = md5_file($file); - $tpkginfo['filelist'][$fname]['md5sum'] = $md5sum; + $pkginfo['filelist'][$fname]['md5sum'] = $md5sum; } $this->log(2, "Adding file $fname"); } -- 2.40.0