diff options
author | brunoais <brunoaiss@gmail.com> | 2014-12-03 14:26:25 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-12-03 14:26:25 +0000 |
commit | f045744606a945a190728c5ad17350776374a6a9 (patch) | |
tree | 5a416260736f2ced7134abcd2ca4134aa61b32e7 /phpBB/config | |
parent | 10a4f791358deb5e4365a74ca56982b36771b603 (diff) | |
download | forums-f045744606a945a190728c5ad17350776374a6a9.tar forums-f045744606a945a190728c5ad17350776374a6a9.tar.gz forums-f045744606a945a190728c5ad17350776374a6a9.tar.bz2 forums-f045744606a945a190728c5ad17350776374a6a9.tar.xz forums-f045744606a945a190728c5ad17350776374a6a9.zip |
[ticket/13146] FIxed wrong order in config/content.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 caeb1a4161..4212a1ab2e 100644 --- a/phpBB/config/content.yml +++ b/phpBB/config/content.yml @@ -3,8 +3,8 @@ services: class: phpbb\content_visibility arguments: - @auth - - @phpbb_dispatcher - @config + - @phpbb_dispatcher - @dbal.conn - @user - %core.root_path% |