mirror of
https://github.com/friendica/friendica
synced 2024-11-10 01:42:53 +00:00
Update src/Database/Database.php
Correct indent Co-authored-by: Philipp <admin+Github@philipp.info>
This commit is contained in:
parent
470be2b5e4
commit
33c4fbf2a6
1 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue