ソースを参照

[Security] tweaked previous commit

Fabien Potencier 14 年 前
コミット
8a1fe40829
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/Symfony/Component/Security/Http/HttpUtils.php

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

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