[Security] tweaked previous commit

This commit is contained in:
Fabien Potencier 2011-07-05 11:14:15 +02:00
parent 4f8a98033a
commit 8a1fe40829

View File

@ -87,6 +87,7 @@ class HttpUtils
return $path === $parameters['_route']; return $path === $parameters['_route'];
} catch (\Exception $e) { } catch (\Exception $e) {
return false;
} }
} }