mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
[ticket/11259] Also make adm_relative_path available in the container
PHPBB3-11259
This commit is contained in:
parent
6dee253941
commit
bff76f9ca8
@ -42,6 +42,7 @@ class phpbb_di_extension_config extends Extension
|
|||||||
{
|
{
|
||||||
require($this->config_file);
|
require($this->config_file);
|
||||||
|
|
||||||
|
$container->setParameter('core.adm_relative_path', (isset($adm_relative_path) ? $adm_relative_path : 'adm/'));
|
||||||
$container->setParameter('core.table_prefix', $table_prefix);
|
$container->setParameter('core.table_prefix', $table_prefix);
|
||||||
$container->setParameter('cache.driver.class', $this->fix_acm_type($acm_type));
|
$container->setParameter('cache.driver.class', $this->fix_acm_type($acm_type));
|
||||||
$container->setParameter('dbal.driver.class', 'dbal_'.$dbms);
|
$container->setParameter('dbal.driver.class', 'dbal_'.$dbms);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user