From 651f4c5d2d0bae1d77dcf4ecf65743d18d11431a Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 7 Feb 2012 17:43:55 +0100 Subject: [PATCH] [Routing] Added a missing property declaration --- src/Symfony/Component/Routing/Matcher/UrlMatcher.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Routing/Matcher/UrlMatcher.php b/src/Symfony/Component/Routing/Matcher/UrlMatcher.php index b8f2167102..91a8241c20 100644 --- a/src/Symfony/Component/Routing/Matcher/UrlMatcher.php +++ b/src/Symfony/Component/Routing/Matcher/UrlMatcher.php @@ -26,6 +26,7 @@ use Symfony\Component\Routing\RequestContext; class UrlMatcher implements UrlMatcherInterface { protected $context; + protected $allow; private $routes;