aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-01-22 22:40:53 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-01-22 22:40:53 +0100
commite8fd8b9a4b37f7d7d3955cd2b0d79139a2c0222d (patch)
tree00dc80a7b4f1b92bcbbd402968cbee336c55a5ca /phpBB/includes
parentd2e395b41fa58b59a398688f23a8b10943c00955 (diff)
downloadforums-e8fd8b9a4b37f7d7d3955cd2b0d79139a2c0222d.tar
forums-e8fd8b9a4b37f7d7d3955cd2b0d79139a2c0222d.tar.gz
forums-e8fd8b9a4b37f7d7d3955cd2b0d79139a2c0222d.tar.bz2
forums-e8fd8b9a4b37f7d7d3955cd2b0d79139a2c0222d.tar.xz
forums-e8fd8b9a4b37f7d7d3955cd2b0d79139a2c0222d.zip
[ticket/10714] Fix missing parameter and global phpbb_log in unit tests
PHPBB3-10714
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions_container.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_container.php b/phpBB/includes/functions_container.php
index a3ed21c35b..36c5ad507e 100644
--- a/phpBB/includes/functions_container.php
+++ b/phpBB/includes/functions_container.php
@@ -57,6 +57,7 @@ function phpbb_create_install_container($phpbb_root_path, $php_ext)
$container = phpbb_create_container(array($core), $phpbb_root_path, $php_ext);
$container->setParameter('core.root_path', $phpbb_root_path);
+ $container->setParameter('core.adm_relative_path', 'adm/');
$container->setParameter('core.php_ext', $php_ext);
$container->setParameter('core.table_prefix', '');