mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15699] Make adapter to know the storage name
PHPBB3-15699
This commit is contained in:
parent
9f641963d6
commit
6de2d44c87
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue