summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2004-06-13 14:06:01 +0000
committerPierre Joye <pajoye@php.net>2004-06-13 14:06:01 +0000
commit495925381e7bba137c1b09934a2e760734423856 (patch)
treeeb6759035d0c544e20947249912419084120d09a /pear
parentcb4612c73528c2b59d33e2127918ed47e575d5ae (diff)
downloadphp-git-495925381e7bba137c1b09934a2e760734423856.tar.gz
- Typo (#1627) (cox)
Diffstat (limited to 'pear')
-rw-r--r--pear/PEAR/Packager.php2
1 files changed, 1 insertions, 1 deletions
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");
}