Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9560 Rev 9561
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
        
-
 
-
 
973
        return 'hola';
974
        $sandbox = $this->config['leaderslinked.runmode.sandbox'];
974
        $sandbox = $this->config['leaderslinked.runmode.sandbox'];
975
        if($sandbox) {
975
        if($sandbox) {
976
            $company_profile_url = $this->config['leaderslinked.frontend.sandbox_company_profile'];
976
            $company_profile_url = $this->config['leaderslinked.frontend.sandbox_company_profile'];
977
            $user_profile_url = $this->config['leaderslinked.frontend.sandbox_user_profile'];
977
            $user_profile_url = $this->config['leaderslinked.frontend.sandbox_user_profile'];
Línea 981... Línea 981...
981
            $user_profile_url = $this->config['leaderslinked.frontend.production_user_profile'];
981
            $user_profile_url = $this->config['leaderslinked.frontend.production_user_profile'];
982
        } 
982
        } 
Línea 983... Línea -...
983
        
-
 
-
 
983
        
984
        
984
        
985
 
985
 
986
        return 'hola';
986
        
Línea 987... Línea 987...
987
        $currentUserPlugin = $this->plugin('currentUserPlugin');
987
        $currentUserPlugin = $this->plugin('currentUserPlugin');