mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9983] Empty line by request.
PHPBB3-9983
This commit is contained in:
parent
df78c616aa
commit
5f9133c213
1 changed files with 1 additions and 0 deletions
1
phpBB/includes/cache/driver/redis.php
vendored
1
phpBB/includes/cache/driver/redis.php
vendored
|
@ -67,6 +67,7 @@ class phpbb_cache_driver_redis extends phpbb_cache_driver_memory
|
|||
{
|
||||
$ok = $this->redis->connect(PHPBB_ACM_REDIS_HOST, PHPBB_ACM_REDIS_PORT);
|
||||
}
|
||||
|
||||
if (!$ok)
|
||||
{
|
||||
trigger_error('Could not connect to redis server');
|
||||
|
|
Loading…
Add table
Reference in a new issue