Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5643 Rev 5644
Línea 927... Línea 927...
927
        $conversation[0]->sender_status = Conversation::STATUS_DELETED;
927
        $conversation[0]->sender_status = Conversation::STATUS_DELETED;
928
        echo '<pre>';
928
        echo '<pre>';
929
        print_r($conversation[0]->sender_status);
929
        print_r($conversation[0]->sender_status);
930
        echo '</pre>';
930
        echo '</pre>';
Línea 931... Línea 931...
931
 
931
 
932
        if ($conversationMapper->update($conversation)) {
932
        if ($conversationMapper->update($conversation[0])) {
933
            $response = [
933
            $response = [
934
                'success' => true,
934
                'success' => true,
935
                'data' => 'LABEL_FEED_WAS_DELETED'
935
                'data' => 'LABEL_FEED_WAS_DELETED'
936
            ];
936
            ];