mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge pull request #5965 from mrgoldy/ticket/16467
[ticket/16467] Fix PostgreSQL connection password
This commit is contained in:
commit
a8d2b819c4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class postgres extends \phpbb\db\driver\driver
|
|||
|
||||
if ($sqlpassword)
|
||||
{
|
||||
$connect_string .= "password=$sqlpassword ";
|
||||
$connect_string .= "password='$sqlpassword' ";
|
||||
}
|
||||
|
||||
if ($sqlserver)
|
||||
|
|
Loading…
Add table
Reference in a new issue