mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 00:02:18 +02:00
Merge pull request #5965 from mrgoldy/ticket/16467
[ticket/16467] Fix PostgreSQL connection password
This commit is contained in:
commit
a8d2b819c4
@ -37,7 +37,7 @@ class postgres extends \phpbb\db\driver\driver
|
||||
|
||||
if ($sqlpassword)
|
||||
{
|
||||
$connect_string .= "password=$sqlpassword ";
|
||||
$connect_string .= "password='$sqlpassword' ";
|
||||
}
|
||||
|
||||
if ($sqlserver)
|
||||
|
Loading…
x
Reference in New Issue
Block a user