mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 21:08:53 +00:00
[ticket/16467] Fix PostgreSQL connection password
PHPBB3-16467
This commit is contained in:
parent
38c3552908
commit
ed974c2c84
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue