mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15699] Make adapter to know the storage name
PHPBB3-15699
This commit is contained in:
@@ -630,6 +630,7 @@ class acp_storage
|
||||
}
|
||||
|
||||
$adapter->configure($options);
|
||||
$adapter->set_storage($storage_name);
|
||||
|
||||
return $adapter;
|
||||
}
|
||||
@@ -649,6 +650,7 @@ class acp_storage
|
||||
}
|
||||
|
||||
$adapter->configure($options);
|
||||
$adapter->set_storage($storage_name);
|
||||
|
||||
return $adapter;
|
||||
}
|
||||
|
Reference in New Issue
Block a user