aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_files.yml1
-rw-r--r--phpBB/config/default/container/services_text_reparser.yml7
2 files changed, 7 insertions, 1 deletions
diff --git a/phpBB/config/default/container/services_files.yml b/phpBB/config/default/container/services_files.yml
index 425df6dc9b..2624ae5e06 100644
--- a/phpBB/config/default/container/services_files.yml
+++ b/phpBB/config/default/container/services_files.yml
@@ -25,7 +25,6 @@ services:
- @language
- @php_ini
- @request
- - %core.root_path%
files.types.form:
class: phpbb\files\types\form
diff --git a/phpBB/config/default/container/services_text_reparser.yml b/phpBB/config/default/container/services_text_reparser.yml
index 5d54e8dc82..dd15b9f09a 100644
--- a/phpBB/config/default/container/services_text_reparser.yml
+++ b/phpBB/config/default/container/services_text_reparser.yml
@@ -17,6 +17,7 @@ services:
class: phpbb\textreparser\plugins\forum_description
arguments:
- @dbal.conn
+ - %tables.forums%
tags:
- { name: text_reparser.plugin }
@@ -24,6 +25,7 @@ services:
class: phpbb\textreparser\plugins\forum_rules
arguments:
- @dbal.conn
+ - %tables.forums%
tags:
- { name: text_reparser.plugin }
@@ -31,6 +33,7 @@ services:
class: phpbb\textreparser\plugins\group_description
arguments:
- @dbal.conn
+ - %tables.groups%
tags:
- { name: text_reparser.plugin }
@@ -38,6 +41,7 @@ services:
class: phpbb\textreparser\plugins\pm_text
arguments:
- @dbal.conn
+ - %tables.privmsgs%
tags:
- { name: text_reparser.plugin }
@@ -52,6 +56,7 @@ services:
class: phpbb\textreparser\plugins\poll_title
arguments:
- @dbal.conn
+ - %tables.topics%
tags:
- { name: text_reparser.plugin }
@@ -59,6 +64,7 @@ services:
class: phpbb\textreparser\plugins\post_text
arguments:
- @dbal.conn
+ - %tables.posts%
tags:
- { name: text_reparser.plugin }
@@ -66,5 +72,6 @@ services:
class: phpbb\textreparser\plugins\user_signature
arguments:
- @dbal.conn
+ - %tables.users%
tags:
- { name: text_reparser.plugin }