Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 7364 | Rev 7367 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7364 Rev 7366
Línea 567... Línea 567...
567
    public function timelineAction()
567
    public function timelineAction()
568
    {
568
    {
569
        $currentUserPlugin = $this->plugin('currentUserPlugin');
569
        $currentUserPlugin = $this->plugin('currentUserPlugin');
570
        $currentUser = $currentUserPlugin->getUser();
570
        $currentUser = $currentUserPlugin->getUser();
571
        $currentCompany = $currentUserPlugin->getCompany();
571
        $currentCompany = $currentUserPlugin->getCompany();
572
        $request = $this->getRequest();
-
 
-
 
572
       
Línea 573... Línea 573...
573
 
573
 
Línea 574... Línea -...
574
        $type   = $this->params()->fromRoute('type');
-
 
-
 
574
        $type   = $this->params()->fromRoute('type');
575
     
575
     
Línea 576... Línea 576...
576
        
576
        $request = $this->getRequest();
Línea 577... Línea 577...
577
        if($request->isGet()) {
577
        if($request->isGet()) {