mirror of https://github.com/itflow-org/itflow
Merge pull request #251 from wrongecho/ticket-user
Fix user initials in ticket reply
This commit is contained in:
commit
8118b5fc0c
|
|
@ -200,7 +200,7 @@ if(isset($_GET['ticket_id'])){
|
|||
$ticket_reply_by_display = $row['user_name'];
|
||||
$user_id = $row['user_id'];
|
||||
$user_avatar = $row['user_avatar'];
|
||||
$user_initials = initials($user_name);
|
||||
$user_initials = initials($row['user_name']);
|
||||
?>
|
||||
|
||||
<div class="card mb-3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue