mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-08 01:44:07 +02:00
[ticket/15289] Dont use short names
PHPBB3-15289
This commit is contained in:
parent
500404a921
commit
7a0c5fcb18
@ -83,9 +83,9 @@ class adapter_factory
|
||||
{
|
||||
$options = [];
|
||||
|
||||
foreach (array_keys($definitions) as $def)
|
||||
foreach (array_keys($definitions) as $definition)
|
||||
{
|
||||
$options[$def] = $this->config['storage\\' . $storage_name . '\\config\\' . $def];
|
||||
$options[$definition] = $this->config['storage\\' . $storage_name . '\\config\\' . $definition];
|
||||
}
|
||||
|
||||
return $options;
|
||||
|
Loading…
x
Reference in New Issue
Block a user