jmontoyaa hace 9 años
padre
commit
57747782b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')
                             );
 
                         }