mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/15289] Fix adapter factory
PHPBB3-15289
This commit is contained in:
parent
71f9babcf1
commit
6e739a1d0b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class adapter_factory
|
||||||
{
|
{
|
||||||
$options = [];
|
$options = [];
|
||||||
|
|
||||||
foreach ($definitions as $def)
|
foreach (array_keys($definitions) as $def)
|
||||||
{
|
{
|
||||||
$options[$def] = $this->config['storage\\' . $storage_name . '\\config\\' . $def];
|
$options[$def] = $this->config['storage\\' . $storage_name . '\\config\\' . $def];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue