aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/parameters.yml2
-rw-r--r--phpBB/config/services.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/parameters.yml b/phpBB/config/parameters.yml
index 3bedc9a135..3c24382fc4 100644
--- a/phpBB/config/parameters.yml
+++ b/phpBB/config/parameters.yml
@@ -5,7 +5,7 @@ parameters:
dbal.dbhost:
dbal.dbuser: root
dbal.dbpasswd:
- dbal.dbname: phpbb_dev
+ dbal.dbname: phpbb
dbal.dbport:
dbal.new_link: false
tables.config: %core.table_prefix%config
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index 94d641ab8b..0141641aaf 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -79,7 +79,7 @@ services:
class: phpbb_style_path_provider
template:
- class: phpbb_style_template
+ class: phpbb_template
arguments:
- %core.root_path%
- %core.php_ext%