mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-08 00:34:42 +03:00
Add TODO for future message check
This commit is contained in:
parent
a749b8c000
commit
64254875f8
@ -874,6 +874,8 @@ Class Thread {
|
||||
protected function saveMessage($kind, $message, $options = array()) {
|
||||
$db = Database::getInstance();
|
||||
|
||||
// TODO: check incoming message (it should be non-empty string)
|
||||
|
||||
// Add default values to options
|
||||
$options += array(
|
||||
'name' => null,
|
||||
|
Loading…
Reference in New Issue
Block a user