Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7835 Rev 7836
Línea 70... Línea 70...
70
    public function IndexAction()
70
    public function IndexAction()
71
    {
71
    {
72
        $currentUserPlugin = $this->plugin('currentUserPlugin');
72
        $currentUserPlugin = $this->plugin('currentUserPlugin');
73
        $currentUser = $currentUserPlugin->getUser();
73
        $currentUser = $currentUserPlugin->getUser();
74
        $currentCompany = $currentUserPlugin->getCompany();
74
        $currentCompany = $currentUserPlugin->getCompany();
75
        $group_uuid   = $this->params()->fromRoute('id');
75
        $group_uuid   = $this->params()->fromRoute('group_uuid');
76
        $topic_uuid   = $this->params()->fromRoute('topic_uuid');
76
        $topic_uuid   = $this->params()->fromRoute('topic_uuid');
77
        if(!isset($topic_uuid)){
77
        if(!isset($topic_uuid)){
78
            $topic_uuid='';
78
            $topic_uuid='';
79
        }
79
        }