Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5652 Rev 5653
Línea 865... Línea 865...
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
 
869
            $conversationMapper = ConversationMapper::getInstance($this->adapter);
-
 
Línea -... Línea 869...
-
 
869
            $conversationMapper = ConversationMapper::getInstance($this->adapter);
-
 
870
            $conversation = $conversationMapper->fetchAllByUserId($currentUser->id);
-
 
871
 
Línea 870... Línea 872...
870
            $conversation = $conversationMapper->fetchAllByUserId($conversation_id);
872
            echo "<pre>";