1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 23:07:39 +02:00

[ticket/16467] Fix PostgreSQL connection password

PHPBB3-16467
This commit is contained in:
mrgoldy
2020-05-04 11:49:45 +02:00
parent 38c3552908
commit ed974c2c84

View File

@@ -37,7 +37,7 @@ class postgres extends \phpbb\db\driver\driver
if ($sqlpassword) if ($sqlpassword)
{ {
$connect_string .= "password=$sqlpassword "; $connect_string .= "password='$sqlpassword' ";
} }
if ($sqlserver) if ($sqlserver)