aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/SecurityController.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/SecurityController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/SecurityController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/SecurityController.php b/src/Wallabag/CoreBundle/Controller/SecurityController.php
index a61a898b..f0a7ab6d 100644
--- a/src/Wallabag/CoreBundle/Controller/SecurityController.php
+++ b/src/Wallabag/CoreBundle/Controller/SecurityController.php
@@ -25,7 +25,7 @@ class SecurityController extends Controller
25 return $this->render('WallabagCoreBundle:Security:login.html.twig', array( 25 return $this->render('WallabagCoreBundle:Security:login.html.twig', array(
26 // last username entered by the user 26 // last username entered by the user
27 'last_username' => $session->get(SecurityContext::LAST_USERNAME), 27 'last_username' => $session->get(SecurityContext::LAST_USERNAME),
28 'error' => $error, 28 'error' => $error,
29 )); 29 ));
30 } 30 }
31 31