diff options
author | brunoais <brunoaiss@gmail.com> | 2014-12-03 13:56:50 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-12-03 13:56:50 +0000 |
commit | 4159bb1340cc0e6998196372af56deb7226b93d6 (patch) | |
tree | 5e2c61589aba9763a77633641ca97896b8418356 /phpBB/config | |
parent | ac8a4b05b459a131d7fb6caacb23f190bdfbaf1f (diff) | |
download | forums-4159bb1340cc0e6998196372af56deb7226b93d6.tar forums-4159bb1340cc0e6998196372af56deb7226b93d6.tar.gz forums-4159bb1340cc0e6998196372af56deb7226b93d6.tar.bz2 forums-4159bb1340cc0e6998196372af56deb7226b93d6.tar.xz forums-4159bb1340cc0e6998196372af56deb7226b93d6.zip |
[ticket/13146] Wrong usage of tabs in .yml
PHPBB3-13146
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/content.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/content.yml b/phpBB/config/content.yml index c62b8e26fb..caeb1a4161 100644 --- a/phpBB/config/content.yml +++ b/phpBB/config/content.yml @@ -3,7 +3,7 @@ services: class: phpbb\content_visibility arguments: - @auth - - @phpbb_dispatcher + - @phpbb_dispatcher - @config - @dbal.conn - @user |