diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-06-28 10:52:13 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-07-14 11:51:29 -0400 |
commit | 573987d2d2defe3425c083b093bb5a5d3ec2db2a (patch) | |
tree | 84ea03d64f26b36507a208226d97e1ec6b83c7ce /phpBB/config | |
parent | 3d9e57d0cec8f6d7883f8de1e461580047d18709 (diff) | |
download | forums-573987d2d2defe3425c083b093bb5a5d3ec2db2a.tar forums-573987d2d2defe3425c083b093bb5a5d3ec2db2a.tar.gz forums-573987d2d2defe3425c083b093bb5a5d3ec2db2a.tar.bz2 forums-573987d2d2defe3425c083b093bb5a5d3ec2db2a.tar.xz forums-573987d2d2defe3425c083b093bb5a5d3ec2db2a.zip |
[ticket/11582] Add new service for permissions
Replace calls to the language-array type with a call to get_types()
PHPBB3-11582
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index c1579cfb57..9337fb0a5b 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -8,6 +8,11 @@ imports: - { resource: auth_providers.yml } services: + acl.permissions: + class: phpbb_permissions + arguments: + - @dispatcher + auth: class: phpbb_auth |