mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16955] Cache ttl is always integer value
PHPBB3-16955
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user