mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/new-tz-handling] Correct typo in member comment.
PHPBB3-9558
This commit is contained in:
parent
2e7d9ec805
commit
522f65d079
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class phpbb_datetime extends DateTime
|
|||
protected $_user;
|
||||
|
||||
/**
|
||||
* @var array Date formats are preprocessed by phpBB, to save constact recalculation they are cached.
|
||||
* @var array Date formats are preprocessed by phpBB, to save constant recalculation they are cached.
|
||||
*/
|
||||
static protected $format_cache = array();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue