diff --git a/src/Database/Database.php b/src/Database/Database.php index 79415c9f4a..b5aed6c18a 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -114,7 +114,7 @@ class Database $pass = trim($this->configCache->get('database', 'password')); $db = trim($this->configCache->get('database', 'database')); $charset = trim($this->configCache->get('database', 'charset')); - $socket = trim($this->configCache->get('database', 'socket')); + $socket = trim($this->configCache->get('database', 'socket')); if (!(strlen($server) && strlen($user))) { return false;