[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)