mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12844] Don't clear $dbpasswd early in connection manager
PHPBB3-12844
This commit is contained in:
parent
dd78b564e5
commit
c4cd1c58c1
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ class phpbb_test_case_helpers
|
||||||
{
|
{
|
||||||
$config_php_file->set_config_file($test_config);
|
$config_php_file->set_config_file($test_config);
|
||||||
extract($config_php_file->get_all());
|
extract($config_php_file->get_all());
|
||||||
unset($dbpasswd);
|
|
||||||
|
|
||||||
$config = array_merge($config, array(
|
$config = array_merge($config, array(
|
||||||
'dbms' => $config_php_file->convert_30_dbms_to_31($dbms),
|
'dbms' => $config_php_file->convert_30_dbms_to_31($dbms),
|
||||||
|
|
Loading…
Add table
Reference in a new issue