mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 14:04:57 +02:00
Merge pull request #2727 from Nicofuma/ticket/12844
[ticket/12844] Don't clear $dbpasswd early in connection manager * Nicofuma/ticket/12844: [ticket/12844] Don't clear $dbpasswd early in connection manager
This commit is contained in:
commit
aadcbb765a
@ -148,7 +148,6 @@ class phpbb_test_case_helpers
|
||||
{
|
||||
$config_php_file->set_config_file($test_config);
|
||||
extract($config_php_file->get_all());
|
||||
unset($dbpasswd);
|
||||
|
||||
$config = array_merge($config, array(
|
||||
'dbms' => $config_php_file->convert_30_dbms_to_31($dbms),
|
||||
|
Loading…
x
Reference in New Issue
Block a user