Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5645 Rev 5646
Línea 874... Línea 874...
874
 
874
 
Línea 875... Línea 875...
875
 
875
 
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
 
879
                    return new JsonModel($this->deleteConversation($conversation[0]));
879
                    return new JsonModel($this->deleteConversation($conversation));
880
                }
880
                }