Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 261 Rev 268
Línea 639... Línea 639...
639
        if ($request->isPost()) {
639
        if ($request->isPost()) {
640
            $currentUserPlugin = $this->plugin('currentUserPlugin');
640
            $currentUserPlugin = $this->plugin('currentUserPlugin');
641
            $currentUser = $currentUserPlugin->getUser();
641
            $currentUser = $currentUserPlugin->getUser();
Línea 642... Línea 642...
642
            
642
            
643
            $id = intval($this->params()->fromRoute('id'), 10);
643
            $id = intval($this->params()->fromRoute('id'), 10);
644
            
-
 
Línea 645... Línea 644...
645
            $storage = Storage::getInstance($this->config);
644
 
646
            
645
            
Línea 647... Línea 646...
647
            $externalCredentials = ExternalCredentials::getInstancia($this->config, $this->adapter);
646
            $externalCredentials = ExternalCredentials::getInstancia($this->config, $this->adapter);