Skip to content

Commit f2a39f2

Browse files
committed
text to unicode
text to unicode
1 parent bcf7c7b commit f2a39f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kchat/actions/msgs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ function message($data){
371371
}
372372
$oldmsg[] = array(
373373
'id' => $row['id'],
374-
'message' => $row['msg'],
374+
'message' => msgdecode($data,$row['msg']),
375375
'sent_on' => ago($row['time']),
376376
'align' => $align,
377377
'username' => ucfirst($row['username']),

0 commit comments

Comments
 (0)