From f045744606a945a190728c5ad17350776374a6a9 Mon Sep 17 00:00:00 2001 From: brunoais Date: Wed, 3 Dec 2014 14:26:25 +0000 Subject: [ticket/13146] FIxed wrong order in config/content.yml PHPBB3-13146 --- phpBB/config/content.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/config') 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% -- cgit v1.2.1