mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/9983] Empty line by request.
PHPBB3-9983
This commit is contained in:
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');
|
||||
|
Reference in New Issue
Block a user