Merge branch 'task/server_env' of https://github.com/nupplaphil/friendica into task/server_env

This commit is contained in:
Philipp Holzer 2020-10-06 20:56:45 +02:00
commit cb2b7b075e
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD

View file

@ -99,7 +99,7 @@ class Database
}
if (!empty(trim($this->configCache->get('database', 'port')))) {
$port = trim(trim($this->configCache->get('database', 'port')));
$port = trim($this->configCache->get('database', 'port'));
}
$server = trim($server);