]> 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:54 +0000 (12:09 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 11:09:54 +0000 (12:09 +0100)
Correct indent

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

index 885ece99fa2eae337b4f04927a1ee184c670e215..920392a0f32f557150be30273b80aecd8129d28b 100644 (file)
@@ -165,10 +165,10 @@ class Database
                                if ($charset) {
                                        $this->connection->set_charset($charset);
                                }
-                                
-                                if ($socket) {
-                                        $this->connection->set_socket($socket);
-                                }
+
+                               if ($socket) {
+                                       $this->connection->set_socket($socket);
+                               }
 
                        }
                }