Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7356 Rev 7357
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();
572
        $request = $this->getRequest();
572
        $request = $this->getRequest();
-
 
573
 
573
        $type   = $this->params()->fromRoute('type');
574
        $type   = $this->params()->fromRoute('type');
574
        $response = [
575
        $response = [
575
            'success' => false,
576
            'success' => false,
576
            'data' => $type 
577
            'data' => $type 
577
        ];
578
        ];