mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +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->configure($options);
|
||||||
|
$adapter->set_storage($storage_name);
|
||||||
|
|
||||||
return $adapter;
|
return $adapter;
|
||||||
}
|
}
|
||||||
@@ -649,6 +650,7 @@ class acp_storage
|
|||||||
}
|
}
|
||||||
|
|
||||||
$adapter->configure($options);
|
$adapter->configure($options);
|
||||||
|
$adapter->set_storage($storage_name);
|
||||||
|
|
||||||
return $adapter;
|
return $adapter;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user