From: Philipp Date: Tue, 6 Oct 2020 18:55:36 +0000 (+0200) Subject: Update src/Database/Database.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2a464a156f066d604aeccb4abd0ca7ce66b02ac8;p=friendica.git Update src/Database/Database.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Database/Database.php b/src/Database/Database.php index 727c2df93c..c2dd3c84c7 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -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);