mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
[ticket/16955] Cache ttl is always integer value
PHPBB3-16955
This commit is contained in:
parent
a366eb7f6c
commit
daa6d2240c
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ abstract class base_group implements source_interface
|
|||
/** @var string */
|
||||
protected $php_ext;
|
||||
|
||||
/** @var string|false */
|
||||
protected $cache_ttl = false;
|
||||
/** @var int */
|
||||
protected $cache_ttl = 0;
|
||||
|
||||
/** @var array Fetched groups' data */
|
||||
protected $groups = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue