]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Database/Database.php
authork-alin <63866963+k-alin@users.noreply.github.com>
Fri, 25 Feb 2022 11:09:12 +0000 (12:09 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 11:09:12 +0000 (12:09 +0100)
Correct indent

Co-authored-by: Philipp <admin+Github@philipp.info>
src/Database/Database.php

index 79415c9f4ade61f0fc34d7613a509d68360cc2e3..b5aed6c18a5f70f05444c31c0a55e4b0d4be92c7 100644 (file)
@@ -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;