Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9558 Rev 9559
Línea 968... Línea 968...
968
     * @param Company $company
968
     * @param Company $company
969
     * @return array
969
     * @return array
970
     */
970
     */
971
    private function renderFeed($feed_id)
971
    private function renderFeed($feed_id)
972
    {
972
    {
973
        return new JsonModel([
-
 
974
            'success' => false,
-
 
975
            'data' => 'sfdsf'
-
 
976
        ]);
973
        
977
        $sandbox = $this->config['leaderslinked.runmode.sandbox'];
974
        $sandbox = $this->config['leaderslinked.runmode.sandbox'];
978
        if($sandbox) {
975
        if($sandbox) {
979
            $company_profile_url = $this->config['leaderslinked.frontend.sandbox_company_profile'];
976
            $company_profile_url = $this->config['leaderslinked.frontend.sandbox_company_profile'];
980
            $user_profile_url = $this->config['leaderslinked.frontend.sandbox_user_profile'];
977
            $user_profile_url = $this->config['leaderslinked.frontend.sandbox_user_profile'];