Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10121 Rev 11085
Línea 76... Línea 76...
76
    {
76
    {
Línea 77... Línea 77...
77
       
77
       
78
        $currentUserPlugin = $this->plugin('currentUserPlugin');
78
        $currentUserPlugin = $this->plugin('currentUserPlugin');
79
        $currentUser = $currentUserPlugin->getUser();
79
        $currentUser = $currentUserPlugin->getUser();
80
        $currentCompany = $currentUserPlugin->getCompany();
80
        $currentCompany = $currentUserPlugin->getCompany();
81
        $group_uuid =  $this->params()->fromRoute('group_uuid');
81
        $group_uuid =  $this->params()->fromRoute('group_id');
82
        $category_uuid =  $this->params()->fromRoute('category_uuid');
82
        $category_uuid =  $this->params()->fromRoute('category_id');
83
        $article_uuid =  $this->params()->fromRoute('article_uuid');
83
        $article_uuid =  $this->params()->fromRoute('article_id');
Línea 84... Línea 84...
84
        $request = $this->getRequest();
84
        $request = $this->getRequest();
85
 
85
 
86
        if(!$group_uuid) {
86
        if(!$group_uuid) {