diff --git a/phpBB/phpbb/mention/source/base_group.php b/phpBB/phpbb/mention/source/base_group.php index 58fca4d054..d9b3699f10 100644 --- a/phpBB/phpbb/mention/source/base_group.php +++ b/phpBB/phpbb/mention/source/base_group.php @@ -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;