Przeglądaj źródła

[Security] tweaked previous commit

Fabien Potencier 14 lat temu
rodzic
commit
8a1fe40829

+ 1 - 0
src/Symfony/Component/Security/Http/HttpUtils.php

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