From e85e0ebde14c206d4dfc29cf6aad515d78ecf10a Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 10 Jan 2013 10:36:18 +0100 Subject: [PATCH] fix typo in TheliaBundle --- core/lib/Thelia/Core/Bundle/TheliaBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Core/Bundle/TheliaBundle.php b/core/lib/Thelia/Core/Bundle/TheliaBundle.php index 5a37150c3..205847855 100644 --- a/core/lib/Thelia/Core/Bundle/TheliaBundle.php +++ b/core/lib/Thelia/Core/Bundle/TheliaBundle.php @@ -58,7 +58,7 @@ class TheliaBundle extends Bundle $container->register('matcher.default','Thelia\Routing\Matcher\DefaultMatcher') ->addArgument(new Reference('controller.default')); - $container->register('matcher','Thelia\Routing\Matcher\theliaMatcherCollection') + $container->register('matcher','Thelia\Routing\Matcher\TheliaMatcherCollection') ->addMethodCall('add', array(new Reference('matcher.default'), -255)) //->addMethodCall('add','a matcher class (instance or class name)