mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-07 01:13:53 +02:00
[ticket/15289] Fix adapter factory
PHPBB3-15289
This commit is contained in:
parent
71f9babcf1
commit
6e739a1d0b
@ -83,7 +83,7 @@ class adapter_factory
|
||||
{
|
||||
$options = [];
|
||||
|
||||
foreach ($definitions as $def)
|
||||
foreach (array_keys($definitions) as $def)
|
||||
{
|
||||
$options[$def] = $this->config['storage\\' . $storage_name . '\\config\\' . $def];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user