Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8657 Rev 8668
Línea 789... Línea 789...
789
            
789
            
790
            $page = (int) $this->params()->fromQuery('page');
790
            $page = (int) $this->params()->fromQuery('page');
791
            $type   = $this->params()->fromRoute('type');
791
            $type   = $this->params()->fromRoute('type');
792
            $topic_uuid   = $this->params()->fromRoute('topic_uuid');
792
            $topic_uuid   = $this->params()->fromRoute('topic_uuid');
793
            $urgent   = $this->params()->fromRoute('urgent');
-
 
794
            $data = [
-
 
795
                'success' => false,
-
 
796
                'data' => $urgent
-
 
797
            ];
793
            $urgent   = $this->params()->fromRoute('urgent');
798
 
-
 
Línea 799... Línea 794...
799
            return new JsonModel($data);
794
            
800
            
795
            
801
            if(isset($type)&& $type=='hptg'){
796
            if(isset($type)&& $type=='hptg'){
802
                $id =  $this->params()->fromRoute('id');
797
                $id =  $this->params()->fromRoute('id');