Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7837 Rev 7839
Línea 663... Línea 663...
663
            $page = (int) $this->params()->fromQuery('page');
663
            $page = (int) $this->params()->fromQuery('page');
664
            $type   = $this->params()->fromRoute('type');
664
            $type   = $this->params()->fromRoute('type');
665
            $topic_uuid   = $this->params()->fromRoute('topic_uuid');
665
            $topic_uuid   = $this->params()->fromRoute('topic_uuid');
Línea 666... Línea 666...
666
            
666
            
667
            if(isset($type)&& $type=='hptg'){
667
            if(isset($type)&& $type=='hptg'){
668
                $group_uuid =  $this->params()->fromRoute('group_uuid');
668
                $id =  $this->params()->fromRoute('id');
669
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
669
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
Línea 670... Línea 670...
670
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($group_uuid);
670
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($id);
671
                
671
                
672
                if (!$highPerformanceTeamsGroups) {
672
                if (!$highPerformanceTeamsGroups) {
673
                    $data = [
673
                    $data = [