mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-01 12:05:37 +02:00
[ticket/16955] Cache ttl is always integer value
PHPBB3-16955
This commit is contained in:
parent
a366eb7f6c
commit
daa6d2240c
@ -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…
x
Reference in New Issue
Block a user