فهرست منبع

[HttpKernel] fixed typo

Fabien Potencier 14 سال پیش
والد
کامیت
47e5344eda
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Symfony/Component/HttpKernel/Security/Firewall/ExceptionListener.php

+ 1 - 1
src/Symfony/Component/HttpKernel/Security/Firewall/ExceptionListener.php

@@ -137,7 +137,7 @@ class ExceptionListener
             $this->logger->debug('Calling Authentication entry point');
         }
 
-        $request->getSession()->set('_security.target_url', $request->getUri());
+        $request->getSession()->set('_security.target_path', $request->getUri());
 
         return $this->authenticationEntryPoint->start($request, $reason);
     }