Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4124 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4124 Rev 4125
Línea 96... Línea 96...
96
       
96
       
97
            }
97
            }
Línea 98... Línea 98...
98
        }
98
        }
99
        
99
        
Línea 100... Línea 100...
100
        
100
        
101
        return $this->getView()->render('helpers/chat.phtml', ['contacts' => $contacts, 'groups' => $groups, 'user_id' => $user->id, ['timezone' => $user->timezone]]);
101
        return $this->getView()->render('helpers/chat.phtml', ['contacts' => $contacts, 'groups' => $groups, 'user_id' => $user->id, 'timezone' => $user->timezone]);
102
    }
102
    }