1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #1513 from nickvergessen/ticket/11582

Ticket/11582 Split permission logic from translations
This commit is contained in:
Nathan Guse
2013-07-22 11:28:55 -07:00
9 changed files with 554 additions and 210 deletions

View File

@@ -8,6 +8,12 @@ imports:
- { resource: auth_providers.yml }
services:
acl.permissions:
class: phpbb_permissions
arguments:
- @dispatcher
- @user
auth:
class: phpbb_auth