mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +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);
|
$ok = $this->redis->connect(PHPBB_ACM_REDIS_HOST, PHPBB_ACM_REDIS_PORT);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$ok)
|
if (!$ok)
|
||||||
{
|
{
|
||||||
trigger_error('Could not connect to redis server');
|
trigger_error('Could not connect to redis server');
|
||||||
|
Reference in New Issue
Block a user