diff options
author | Stig Bakken <ssb@php.net> | 2002-07-09 10:51:41 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2002-07-09 10:51:41 +0000 |
commit | 0a6d81b56e12a187b75f87966047fa88df68992b (patch) | |
tree | 62506c3d307a578341fe98e2256bb8066a323fcf | |
parent | 61e87a9f66fd6519e77d1c9cc735679b0fc0fa82 (diff) | |
download | php-git-0a6d81b56e12a187b75f87966047fa88df68992b.tar.gz |
* typo
-rw-r--r-- | pear/PEAR/Registry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/PEAR/Registry.php b/pear/PEAR/Registry.php index db91717e99..d8bfddcc66 100644 --- a/pear/PEAR/Registry.php +++ b/pear/PEAR/Registry.php @@ -233,7 +233,7 @@ class PEAR_Registry extends PEAR if (!$tmp && $fsize > 7) { return $this->raiseError('PEAR_Registry: invalid filemap data', PEAR_REGISTRY_ERROR_FORMAT, null, null, $data); } - $this->filemap = $tmp; + $this->filemap_cache = $tmp; return true; } |