Merge branch 'task/server_env' of https://github.com/nupplaphil/friendica into task/server_env
This commit is contained in:
commit
cb2b7b075e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class Database
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty(trim($this->configCache->get('database', 'port')))) {
|
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);
|
$server = trim($server);
|
||||||
|
|
Loading…
Reference in a new issue