Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8656 Rev 8657
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
793
            $urgent   = $this->params()->fromRoute('urgent');
797
            ];
-
 
798
 
Línea 794... Línea 799...
794
           
799
            return new JsonModel($data);
795
            
800
            
796
            if(isset($type)&& $type=='hptg'){
801
            if(isset($type)&& $type=='hptg'){
797
                $id =  $this->params()->fromRoute('id');
802
                $id =  $this->params()->fromRoute('id');