浏览代码

Configuration de FOSUserBundle

bastien 13 年前
父节点
当前提交
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,