Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8671 Rev 8672
Línea 784... Línea 784...
784
      
784
      
785
       
785
       
786
 
786
 
787
        $request = $this->getRequest();
-
 
788
        if($request->isGet()) {
-
 
789
            
-
 
790
            $page = (int) $this->params()->fromQuery('page');
-
 
791
            $type   = $this->params()->fromRoute('type');
-
 
792
            $topic_uuid   = $this->params()->fromRoute('topic_uuid');
787
        $request = $this->getRequest();
793
            $urgent   = $this->params()->fromRoute('urgent');
788
        if($request->isGet()) {
794
            
789
             
795
            $data = [
790
            $data = [
Línea 796... Línea 791...
796
                'success' => false,
791
                'success' => false,
-
 
792
                'data' => 'ERROR_REfsdfCORD_NOT_FOUND'
-
 
793
            ];
-
 
794
 
-
 
795
            return new JsonModel($data);
-
 
796
            $page = (int) $this->params()->fromQuery('page');
797
                'data' => 'ERROR_REfsdfCORD_NOT_FOUND'
797
            $type   = $this->params()->fromRoute('type');
798
            ];
798
            $topic_uuid   = $this->params()->fromRoute('topic_uuid');
799
 
799
            $urgent   = $this->params()->fromRoute('urgent');
800
            return new JsonModel($data);
800