mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
* typo
This commit is contained in:
parent
61e87a9f66
commit
0a6d81b56e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue