From 0a6d81b56e12a187b75f87966047fa88df68992b Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 9 Jul 2002 10:51:41 +0000 Subject: [PATCH] * typo --- pear/PEAR/Registry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0