summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2011-07-05 11:14:15 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2011-07-05 11:14:15 +0200
commitbd8281fcec61e9edfc582cc93de297174db528b1 (patch)
tree8c467d322052dece098c8c80ca2a9a4deca643ce
parentfffb0ca5c1a284a8d12e72d6d4a83c8a7aba4af5 (diff)
downloadsymfony-security-bd8281fcec61e9edfc582cc93de297174db528b1.zip
symfony-security-bd8281fcec61e9edfc582cc93de297174db528b1.tar.gz
symfony-security-bd8281fcec61e9edfc582cc93de297174db528b1.tar.bz2
[Security] tweaked previous commit
-rw-r--r--Http/HttpUtils.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Http/HttpUtils.php b/Http/HttpUtils.php
index 023e45e..9ac604e 100644
--- a/Http/HttpUtils.php
+++ b/Http/HttpUtils.php
@@ -87,6 +87,7 @@ class HttpUtils
return $path === $parameters['_route'];
} catch (\Exception $e) {
+ return false;
}
}