From b64d8c59b0becb03c9bc71dd801c1ad87dcb3bb3 Mon Sep 17 00:00:00 2001 From: brunoais Date: Sat, 10 Jan 2015 09:18:03 +0000 Subject: [PATCH] [ticket/13146] dispatcher, not phpbb_dispatcher PHPBB3-13146 --- phpBB/config/content.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/config/content.yml b/phpBB/config/content.yml index 4212a1ab2e..4d9ee31335 100644 --- a/phpBB/config/content.yml +++ b/phpBB/config/content.yml @@ -4,7 +4,7 @@ services: arguments: - @auth - @config - - @phpbb_dispatcher + - @dispatcher - @dbal.conn - @user - %core.root_path%