Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7372 Rev 7373
Línea 575... Línea 575...
575
 
575
 
576
        $request = $this->getRequest();
576
        $request = $this->getRequest();
Línea 577... Línea 577...
577
        if($request->isGet()) {
577
        if($request->isGet()) {
578
            
578
            
579
            $page = (int) $this->params()->fromQuery('page');
-
 
580
            $type   = $this->params()->fromRoute('type');
579
            $page = (int) $this->params()->fromQuery('page');
581
            if(isset($type)){
580
            if(isset($this->params()->fromRoute('type'))){
582
                $id =  $this->params()->fromRoute('id');
581
                $id =  $this->params()->fromRoute('id');
583
                $type   = $this->params()->fromRoute('type');
582
                $type   = $this->params()->fromRoute('type');
584
            }else{
583
            }else{