fix md5 null
This commit is contained in:
parent
4688836b1a
commit
b04d68d4ba
|
@ -95,7 +95,7 @@
|
||||||
'date' => htmlspecialchars($received['at']),
|
'date' => htmlspecialchars($received['at']),
|
||||||
'text' => htmlspecialchars($received['content']),
|
'text' => htmlspecialchars($received['content']),
|
||||||
'type' => 'received',
|
'type' => 'received',
|
||||||
'md5' => md5($received),
|
'md5' => md5($received['at'] . $received['content']),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue