From abc2141d5b3f1223fb0470440e400a10fe2f0b2e 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 a9a2443e6d..7029356ece 100644 --- a/src/Symfony/Component/Routing/Matcher/UrlMatcher.php +++ b/src/Symfony/Component/Routing/Matcher/UrlMatcher.php @@ -31,6 +31,7 @@ class UrlMatcher implements UrlMatcherInterface const ROUTE_MATCH = 2; protected $context; + protected $allow; private $routes;