This commit is contained in:
Stig Bakken 2002-07-09 10:51:41 +00:00
parent 61e87a9f66
commit 0a6d81b56e

View file

@ -233,7 +233,7 @@ class PEAR_Registry extends PEAR
if (!$tmp && $fsize > 7) { if (!$tmp && $fsize > 7) {
return $this->raiseError('PEAR_Registry: invalid filemap data', PEAR_REGISTRY_ERROR_FORMAT, null, null, $data); return $this->raiseError('PEAR_Registry: invalid filemap data', PEAR_REGISTRY_ERROR_FORMAT, null, null, $data);
} }
$this->filemap = $tmp; $this->filemap_cache = $tmp;
return true; return true;
} }