Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 545 Rev 546
Línea 556... Línea 556...
556
    {
556
    {
557
        $currentUserPlugin = $this->plugin('currentUserPlugin');
557
        $currentUserPlugin = $this->plugin('currentUserPlugin');
558
        $currentUser = $currentUserPlugin->getUser();
558
        $currentUser = $currentUserPlugin->getUser();
Línea 559... Línea 559...
559
 
559
 
560
        $user_group_id    = $this->params()->fromRoute('id');
-
 
Línea 561... Línea 560...
561
        $operation          = $this->params()->fromRoute('operation');
560
        $user_group_id    = $this->params()->fromRoute('id');
Línea 562... Línea 561...
562
 
561
 
563
        $groupMapper = GroupMapper::getInstance($this->adapter);
562
        $groupMapper = GroupMapper::getInstance($this->adapter);
Línea 584... Línea 583...
584
 
583
 
Línea 585... Línea 584...
585
        $storage = Storage::getInstance($this->config, $this->adapter);
584
        $storage = Storage::getInstance($this->config, $this->adapter);
586
 
585
 
587
        $request = $this->getRequest();
-
 
588
        if ($request->isPost()) {
-
 
-
 
586
        $request = $this->getRequest();
589
 
587
        if ($request->isPost()) {
Línea 590... Línea 588...
590
 
588
            $operation          = $this->params()->fromRoute('operation');
591
            $target_path = $storage->getPathGroup();
589
            $target_path = $storage->getPathGroup();
592
 
590