mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15289] Fix adapter factory
PHPBB3-15289
This commit is contained in:
@@ -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];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user