aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-06-20 13:25:45 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-06-20 13:25:45 +0530
commit1a79de4214ac459e7e341e4f4c25061936e22c1f (patch)
tree43cf3ad6498271d9efef8a2c19a9e4cee29dbe68 /phpBB/config
parent517273fa0bf77f40f51029e818bb36e15e7c6671 (diff)
downloadforums-1a79de4214ac459e7e341e4f4c25061936e22c1f.tar
forums-1a79de4214ac459e7e341e4f4c25061936e22c1f.tar.gz
forums-1a79de4214ac459e7e341e4f4c25061936e22c1f.tar.bz2
forums-1a79de4214ac459e7e341e4f4c25061936e22c1f.tar.xz
forums-1a79de4214ac459e7e341e4f4c25061936e22c1f.zip
[ticket/12738] Inject config object into content_visibility class
PHPBB3-12738
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index 3743daa075..2b3de099bd 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -79,6 +79,7 @@ services:
class: phpbb\content_visibility
arguments:
- @auth
+ - @config
- @dbal.conn
- @user
- %core.root_path%