Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5638 Rev 5639
Línea 870... Línea 870...
870
            $conversation = $conversationMapper->fetchAllByUserId($currentUser->id);
870
            $conversation = $conversationMapper->fetchAllByUserId($currentUser->id);
Línea 871... Línea 871...
871
 
871
 
Línea 872... Línea 872...
872
 
872
 
Línea 873... Línea 873...
873
            if ($conversation) {
873
            if ($conversation) {
Línea 874... Línea 874...
874
 
874
 
875
                echo $conversation[0]->sender_id . '==' . $currentUser->id;
875
                echo $conversation[0]->receiver_id . '==' . $currentUser->id;
876
 
876
 
877
                if ($conversation[0]->sender_id && $conversation[0]->sender_id == $currentUser->id) {
877
                if ($conversation[0]->sender_id && $conversation[0]->sender_id == $currentUser->id) {
878
 
878
 
Línea 879... Línea 879...
879
                    return new JsonModel($this->deleteConversation($conversation));
879
                    return new JsonModel($this->deleteConversation($conversation));