aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2013-07-14 01:28:49 -0400
committerIgor Wiedler <igor@wiedler.ch>2013-07-14 01:29:49 -0400
commite6e2a50062eca8b640822b8f616ea4bb23b23566 (patch)
treeb3576fc17448f058122d52a9540e0d54beaac4f9 /phpBB/install/database_update.php
parentc96f8936c969b3fd441c179cc4ffa8ea75d8f901 (diff)
downloadforums-e6e2a50062eca8b640822b8f616ea4bb23b23566.tar
forums-e6e2a50062eca8b640822b8f616ea4bb23b23566.tar.gz
forums-e6e2a50062eca8b640822b8f616ea4bb23b23566.tar.bz2
forums-e6e2a50062eca8b640822b8f616ea4bb23b23566.tar.xz
forums-e6e2a50062eca8b640822b8f616ea4bb23b23566.zip
[ticket/11574] Add trailing slash for consistency
PHPBB3-11574
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 5f2d46c7ad..e0ecc242e1 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -123,7 +123,7 @@ $phpbb_class_loader->register();
// Set up container (must be done here because extensions table may not exist)
$other_config_path = $phpbb_root_path . 'install/update/new/config/';
-$config_path = file_exists($other_config_path . 'services.yml') ? $other_config_path : $phpbb_root_path . 'config';
+$config_path = file_exists($other_config_path . 'services.yml') ? $other_config_path : $phpbb_root_path . 'config/';
$container_extensions = array(
new phpbb_di_extension_config($phpbb_root_path . 'config.' . $phpEx),