Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5646 Rev 5647
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
 
Línea 869... Línea 869...
869
            $conversationMapper = ConversationMapper::getInstance($this->adapter);
869
            $conversationMapper = ConversationMapper::getInstance($this->adapter);
Línea 870... Línea 870...
870
            $conversation = $conversationMapper->fetchAllByUserId($currentUser->id);
870
            $conversation = $conversationMapper->fetchAllByUserId($conversation_id);
Línea 871... Línea 871...
871
 
871
 
872
 
872
 
873
            if ($conversation[0]) {
873
            if ($conversation[0]) {
874
 
874
 
875
 
875
 
876
 
876