소스 검색

Configuration de FOSUserBundle

bastien 14 년 전
부모
커밋
18eed440dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Muzich/IndexBundle/Controller/IndexController.php

+ 1 - 1
src/Muzich/IndexBundle/Controller/IndexController.php 파일 보기

55
     }
55
     }
56
     // last username entered by the user
56
     // last username entered by the user
57
     $lastUsername = (null === $session) ? '' : $session->get(SecurityContext::LAST_USERNAME);
57
     $lastUsername = (null === $session) ? '' : $session->get(SecurityContext::LAST_USERNAME);
58
-
58
+    
59
     return array(
59
     return array(
60
         'last_username' => $lastUsername,
60
         'last_username' => $lastUsername,
61
         'error'         => $error,
61
         'error'         => $error,