Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9554 Rev 9555
Línea 733... Línea 733...
733
                   
733
                   
734
                    $response = [
734
                    $response = [
735
                        'success'   => true,
735
                        'success'   => true,
736
                        'data'   => $this->renderFeed($feed->id)
736
                        'data'   => $this->renderFeed($feed->id)
737
                    ];
-
 
738
                    return new JsonModel([
-
 
739
                        'success' => false,
-
 
740
                        'data' => 'sfdsf'
-
 
-
 
737
                    ];
741
                    ]);
738
                    
742
                } else {
739
                } else {
743
                    $response = [
740
                    $response = [
744
                        'success'   => false,
741
                        'success'   => false,
745
                        'data'   => $feedMapper->getError()
742
                        'data'   => $feedMapper->getError()
Línea 984... Línea 981...
984
            $user_profile_url = $this->config['leaderslinked.frontend.production_user_profile'];
981
            $user_profile_url = $this->config['leaderslinked.frontend.production_user_profile'];
985
        } 
982
        } 
Línea -... Línea 983...
-
 
983
        
-
 
984
        
-
 
985
 
986
        
986
        return new JsonModel([
987
        
987
            'success' => false,
988
 
988
            'data' => 'sfdsf'
989
        
989
        ]);
Línea 990... Línea 990...
990
        $currentUserPlugin = $this->plugin('currentUserPlugin');
990
        $currentUserPlugin = $this->plugin('currentUserPlugin');