Fix son en boucle reception sms discussion

This commit is contained in:
OsaAjani 2015-12-09 19:25:43 +01:00
parent 53fed0f740
commit 4688836b1a
2 changed files with 11 additions and 1 deletions

View file

@ -95,6 +95,7 @@
'date' => htmlspecialchars($received['at']),
'text' => htmlspecialchars($received['content']),
'type' => 'received',
'md5' => md5($received),
);
}