diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-12-09 08:17:51 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-09 08:17:51 +0100 |
| commit | 7fedc19cc422a00ad460f7f9dc41e916c67073ef (patch) | |
| tree | da254464c0072de3a5ddccbe3c1095f633fe3b0c /phpBB/phpbb/di/container_builder.php | |
| parent | 467e6035700bd1bb5e6f3aef803b9de617dcd4ee (diff) | |
| download | forums-7fedc19cc422a00ad460f7f9dc41e916c67073ef.tar forums-7fedc19cc422a00ad460f7f9dc41e916c67073ef.tar.gz forums-7fedc19cc422a00ad460f7f9dc41e916c67073ef.tar.bz2 forums-7fedc19cc422a00ad460f7f9dc41e916c67073ef.tar.xz forums-7fedc19cc422a00ad460f7f9dc41e916c67073ef.zip | |
[ticket/14891] Use own proxy instantiator for open_basedir compatibility
Also reverted random_compat lib to 1.4.x.
PHPBB3-14891
Diffstat (limited to 'phpBB/phpbb/di/container_builder.php')
| -rw-r--r-- | phpBB/phpbb/di/container_builder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/di/container_builder.php b/phpBB/phpbb/di/container_builder.php index b6854673c2..6412ccea46 100644 --- a/phpBB/phpbb/di/container_builder.php +++ b/phpBB/phpbb/di/container_builder.php @@ -488,7 +488,7 @@ class container_builder protected function create_container(array $extensions) { $container = new ContainerBuilder(new ParameterBag($this->get_core_parameters())); - $container->setProxyInstantiator(new RuntimeInstantiator()); + $container->setProxyInstantiator(new proxy_instantiator($this->get_cache_dir())); $extensions_alias = array(); |
