diff --git a/pear/PEAR/Registry.php b/pear/PEAR/Registry.php index db91717e991..d8bfddcc665 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; }