Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7353 Rev 7355
Línea 568... Línea 568...
568
    {
568
    {
569
        $currentUserPlugin = $this->plugin('currentUserPlugin');
569
        $currentUserPlugin = $this->plugin('currentUserPlugin');
570
        $currentUser = $currentUserPlugin->getUser();
570
        $currentUser = $currentUserPlugin->getUser();
571
        $currentCompany = $currentUserPlugin->getCompany();
571
        $currentCompany = $currentUserPlugin->getCompany();
Línea 572... Línea 572...
572
        
572
        
573
        $type   = $this->params()->fromRoute('type');
573
        $type   = $this->params()->fromQuery('type');
574
        $response = [
574
        $response = [
575
            'success' => false,
575
            'success' => false,
576
            'data' => $type 
576
            'data' => $type 
577
        ];
577
        ];