Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5647 Rev 5648
Línea 862... Línea 862...
862
        $request = $this->getRequest();
862
        $request = $this->getRequest();
863
        if ($request->isPost()) {
863
        if ($request->isPost()) {
864
            $currentUserPlugin = $this->plugin('currentUserPlugin');
864
            $currentUserPlugin = $this->plugin('currentUserPlugin');
865
            $currentUser = $currentUserPlugin->getUser();
865
            $currentUser = $currentUserPlugin->getUser();
Línea 866... Línea 866...
866
 
866
 
Línea 867... Línea 867...
867
            $conversation_id =  $this->params()->fromRoute('id');
867
            //$conversation_id =  $this->params()->fromRoute('id');
868
 
868
 
Línea -... Línea 869...
-
 
869
            $conversationMapper = ConversationMapper::getInstance($this->adapter);
-
 
870
            $conversation = $conversationMapper->fetchAllByUserId($currentUser->id);
-
 
871
 
Línea 869... Línea 872...
869
            $conversationMapper = ConversationMapper::getInstance($this->adapter);
872
            echo "<pre>";