Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3639 Rev 4113
Línea 93... Línea 93...
93
       
93
       
94
            }
94
            }
Línea 95... Línea 95...
95
        }
95
        }
96
        
96
        
Línea 97... Línea 97...
97
        
97
        
98
        return $this->getView()->render('helpers/chat.phtml', ['contacts' => $contacts, 'groups' => $groups, 'user_id' => $user_id]);
98
        return $this->getView()->render('helpers/chat.phtml', ['contacts' => $contacts, 'groups' => $groups, 'user_id' => $user_id, ['timezone' => $user->timezone]]);
99
    }
99
    }