Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7425 Rev 7642
Línea 644... Línea 644...
644
        $request = $this->getRequest();
644
        $request = $this->getRequest();
645
        if($request->isGet()) {
645
        if($request->isGet()) {
Línea 646... Línea 646...
646
            
646
            
647
            $page = (int) $this->params()->fromQuery('page');
647
            $page = (int) $this->params()->fromQuery('page');
-
 
648
            $type   = $this->params()->fromRoute('type');
-
 
649
            $topic_id   = $this->params()->fromRoute('topic_id');
-
 
650
            return new JsonModel([
-
 
651
                'success' => false,
-
 
652
                'data' => $topic_id
648
            $type   = $this->params()->fromRoute('type');
653
            ]);
649
            if(isset($type)&& $type=='hptg'){
654
            if(isset($type)&& $type=='hptg'){
650
                $id =  $this->params()->fromRoute('id');
655
                $id =  $this->params()->fromRoute('id');
651
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
656
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);