mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17361] Use new adapter options format in acp_storage
PHPBB-17361
This commit is contained in:
@@ -89,7 +89,7 @@ class adapter_factory
|
||||
}
|
||||
|
||||
$adapter = $this->adapters->get_by_class($provider->get_adapter_class());
|
||||
$options['storage'] = $storage_name; // Inject storage name into options so it can be used by extensiosn
|
||||
$options['storage'] = $storage_name; // Inject storage name into options so it can be used by extensions
|
||||
$adapter->configure($options);
|
||||
|
||||
return $adapter;
|
||||
|
Reference in New Issue
Block a user