Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 9932 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 9932 Rev 9933
Línea 80... Línea 80...
80
        $currentCompany = $currentUserPlugin->getCompany();
80
        $currentCompany = $currentUserPlugin->getCompany();
81
        $group_uuid =  $this->params()->fromRoute('group_uuid');
81
        $group_uuid =  $this->params()->fromRoute('group_uuid');
82
        $category_uuid =  $this->params()->fromRoute('category_uuid');
82
        $category_uuid =  $this->params()->fromRoute('category_uuid');
83
        $article_uuid =  $this->params()->fromRoute('article_uuid');
83
        $article_uuid =  $this->params()->fromRoute('article_uuid');
84
        $request = $this->getRequest();
84
        $request = $this->getRequest();
-
 
85
        
85
        if(!$group_uuid) {
86
        if(!$group_uuid) {
86
            $data = [
87
            $data = [
87
                'success'   => false,
88
                'success'   => false,
88
                'data'   => 'ERROR_INVALID_PARAMETER'
89
                'data'   => 'ERROR_INVALID_PARAMETER'
89
            ];
90
            ];