mirror of
https://github.com/friendica/friendica
synced 2025-01-23 12:59:50 +00:00
Update src/Database/Database.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
d39ee428f0
commit
2a464a156f
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…
Add table
Reference in a new issue