jmontoyaa 9 년 전
부모
커밋
57747782b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Chamilo/CoreBundle/EventListener/LegacyLoginListener.php

+ 1 - 1
src/Chamilo/CoreBundle/EventListener/LegacyLoginListener.php

@@ -94,7 +94,7 @@ class LegacyLoginListener implements EventSubscriberInterface
 
 
                             $this->container->get("event_dispatcher")->addListener(
-                                KernelEvents::RESPONSE, array($this, 'redirectUserToProfilePage')
+                                KernelEvents::RESPONSE, array($this, 'redirectUser')
                             );
 
                         }