mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/new-tz-handling] Correct typo in member comment.
PHPBB3-9558
This commit is contained in:
committed by
Oleg Pudeyev
parent
2e7d9ec805
commit
522f65d079
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user