Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11313 Rev 11314
Línea 955... Línea 955...
955
    
955
    
956
    public function oneFeedAction(){
956
    public function oneFeedAction(){
957
        $currentUserPlugin = $this->plugin('currentUserPlugin');
957
        $currentUserPlugin = $this->plugin('currentUserPlugin');
958
        $currentUser = $currentUserPlugin->getUser();
958
        $currentUser = $currentUserPlugin->getUser();
959
        $currentCompany = $currentUserPlugin->getCompany();
959
        $currentCompany = $currentUserPlugin->getCompany();
960
 
960
        try{
961
        $request = $this->getRequest();
961
        $request = $this->getRequest();
Línea 962... Línea 962...
962
        if($request->isGet()) {
962
        if($request->isGet()) {
963
            
963
            
Línea 1105... Línea 1105...
1105
                    ]
1105
                    ]
1106
                ];
1106
                ];
1107
            }
1107
            }
Línea 1108... Línea 1108...
1108
            
1108
            
-
 
1109
            }
-
 
1110
        } catch (\Throwable $e) {
-
 
1111
            $e->getMessage();
-
 
1112
            return new JsonModel([
-
 
1113
                'success' => false,
-
 
1114
                'data' => $e
-
 
1115
            ]);
1109
            }
1116
        }
1110
    }
1117
    }
1111
    /**
1118
    /**
1112
     *
1119
     *
1113
     * @param string $str
1120
     * @param string $str